Freigeben über


MapColorScale.LabelFormat-Eigenschaft

Gets the label format for a map color scale.

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

Syntax

'Declaration
Public ReadOnly Property LabelFormat As ReportStringProperty 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

MapColorScale Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace