Freigeben über


MapColorScaleInstance.LabelInterval-Eigenschaft

Gets the calculated value of the LabelInterval property in a MapColorScale class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property LabelInterval As Integer 
    Get
'Usage
Dim instance As MapColorScaleInstance 
Dim value As Integer 

value = instance.LabelInterval
public int LabelInterval { get; }
public:
property int LabelInterval {
    int get ();
}
member LabelInterval : int
function get LabelInterval () : int

Eigenschaftswert

Typ: System.Int32
An int value that represents the calculated value of the LabelInterval property.

Siehe auch

Verweis

MapColorScaleInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace