Proprietà GaugeImages
Gets the images in this gauge panel.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property GaugeImages As GaugeImageCollection
Get
'Utilizzo
Dim instance As GaugePanel
Dim value As GaugeImageCollection
value = instance.GaugeImages
public GaugeImageCollection GaugeImages { get; }
public:
property GaugeImageCollection^ GaugeImages {
GaugeImageCollection^ get ();
}
member GaugeImages : GaugeImageCollection
function get GaugeImages () : GaugeImageCollection
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeImageCollection
A GaugeImageCollection object.
Vedere anche