Proprietà GaugePanel.GaugeImages

Gets or sets the images in this gauge panel.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property GaugeImages As IList(Of GaugeImage)
    Get 
    Set
'Utilizzo
Dim instance As GaugePanel 
Dim value As IList(Of GaugeImage)

value = instance.GaugeImages

instance.GaugeImages = value
public IList<GaugeImage> GaugeImages { get; set; }
public:
property IList<GaugeImage^>^ GaugeImages {
    IList<GaugeImage^>^ get ();
    void set (IList<GaugeImage^>^ value);
}
member GaugeImages : IList<GaugeImage> with get, set
function get GaugeImages () : IList<GaugeImage>
function set GaugeImages (value : IList<GaugeImage>)

Valore proprietà

Tipo: System.Collections.Generic.IList<GaugeImage>
An IList<T> object.

Vedere anche

Riferimento

GaugePanel Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel