次の方法で共有


MapColorRule.ShowInColorScale プロパティ

マップ アイテムに割り当てられている色をマップ カラー スケールに表示するかどうかを示します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property ShowInColorScale As ReportExpression(Of Boolean)
    Get 
    Set
'使用
Dim instance As MapColorRule 
Dim value As ReportExpression(Of Boolean)

value = instance.ShowInColorScale

instance.ShowInColorScale = value
public ReportExpression<bool> ShowInColorScale { get; set; }
public:
property ReportExpression<bool> ShowInColorScale {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member ShowInColorScale : ReportExpression<bool> with get, set
function get ShowInColorScale () : ReportExpression<boolean>
function set ShowInColorScale (value : ReportExpression<boolean>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
ReportExpression<T> オブジェクト。

関連項目

参照

MapColorRule クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間