Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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