Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the label format for a map color scale.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property LabelFormat As ReportExpression
Get
Set
'Usage
Dim instance As MapColorScale
Dim value As ReportExpression
value = instance.LabelFormat
instance.LabelFormat = value
public ReportExpression LabelFormat { get; set; }
public:
property ReportExpression LabelFormat {
ReportExpression get ();
void set (ReportExpression value);
}
member LabelFormat : ReportExpression with get, set
function get LabelFormat () : ReportExpression
function set LabelFormat (value : ReportExpression)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.