MapColorScale.LabelFormat 属性

Gets or sets the label format for a map color scale.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property LabelFormat As ReportExpression
    Get
    Set
用法
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)