Compartilhar via


Propriedade do RDL MapColorScale.LabelFormat

Gets the label format for a map color scale.

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

Sintaxe

'Declaração
Public ReadOnly Property LabelFormat As ReportStringProperty 
    Get
'Uso
Dim instance As MapColorScale 
Dim value As ReportStringProperty 

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

Valor da propriedade

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

Consulte também

Referência

MapColorScale Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering