Compartir a través de


MapColorScaleInstance.LabelInterval Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property LabelInterval As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

MapColorScaleInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering