MapColorRuleInstance.ShowInColorScale 属性

Gets the calculated value of the ShowInColorScale property in a MapColorRule class.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property ShowInColorScale As Boolean
    Get
用法
Dim instance As MapColorRuleInstance
Dim value As Boolean

value = instance.ShowInColorScale
public bool ShowInColorScale { get; }
public:
property bool ShowInColorScale {
    bool get ();
}
member ShowInColorScale : bool
function get ShowInColorScale () : boolean

属性值

类型:System.Boolean
A Boolean value that represents the calculated value of the ShowInColorScale property.