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.
Defines the set of labels for the gauge panel.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property GaugeLabels As GaugeLabelCollection
Get
'Usage
Dim instance As GaugePanel
Dim value As GaugeLabelCollection
value = instance.GaugeLabels
public GaugeLabelCollection GaugeLabels { get; }
public:
property GaugeLabelCollection^ GaugeLabels {
GaugeLabelCollection^ get ();
}
member GaugeLabels : GaugeLabelCollection
function get GaugeLabels () : GaugeLabelCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabelCollection
A GaugeLabelCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace