Freigeben über


MapColorScaleInstance.LabelFormat-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property LabelFormat As String 
    Get
'Usage
Dim instance As MapColorScaleInstance 
Dim value As String 

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

Eigenschaftswert

Typ: System.String
A string value that represents the calculated value of the LabelFormat property.

Siehe auch

Verweis

MapColorScaleInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace