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.
Ranges to display on the scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ScaleRanges As ScaleRangeCollection
Get
'Usage
Dim instance As GaugeScale
Dim value As ScaleRangeCollection
value = instance.ScaleRanges
public ScaleRangeCollection ScaleRanges { get; }
public:
property ScaleRangeCollection^ ScaleRanges {
ScaleRangeCollection^ get ();
}
member ScaleRanges : ScaleRangeCollection
function get ScaleRanges () : ScaleRangeCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ScaleRangeCollection
A ScaleRangeCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace