Share via


GaugePanel.GaugeImages Property

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

GaugePanel Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace