Partager via


Propriété LabelFormat

Gets the label format for a map color scale.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LabelFormat As ReportStringProperty
    Get
'Utilisation
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