次の方法で共有


LabelFormat プロパティ

マップ カラー スケールのラベル形式を取得します。値の設定も可能です。

名前空間:  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)