次の方法で共有


MapColorScale.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)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
ReportExpression オブジェクト。

関連項目

参照

MapColorScale クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間