MapColorScaleInstance.LabelFormat Property

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

Property Value

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

See Also

Reference

MapColorScaleInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace