다음을 통해 공유


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)