Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Labels to display on the scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ScaleLabels As ScaleLabels
Get
'Usage
Dim instance As GaugeScale
Dim value As ScaleLabels
value = instance.ScaleLabels
public ScaleLabels ScaleLabels { get; }
public:
property ScaleLabels^ ScaleLabels {
ScaleLabels^ get ();
}
member ScaleLabels : ScaleLabels
function get ScaleLabels () : ScaleLabels
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ScaleLabels
A ScaleLabels object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace