Compartilhar via


Propriedade do RDL MapColorScale.LabelInterval

Gets the interval between labels in a map color scale.

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

Sintaxe

'Declaração
Public ReadOnly Property LabelInterval As ReportIntProperty 
    Get
'Uso
Dim instance As MapColorScale 
Dim value As ReportIntProperty 

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object.

Consulte também

Referência

MapColorScale Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering