MapColorScaleInstance.LabelInterval Property
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
Property Value
Type: System.Int32
An int value that represents the calculated value of the LabelInterval property.