ShowInColorScale 屬性

Indicates whether the colors that are assigned to map items will be displayed in the map color scale.

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