Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the images in this gauge panel.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property GaugeImages As GaugeImageCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugeImageCollection
A GaugeImageCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace