共用方式為


ShowInColorScale 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property ShowInColorScale As ReportBoolProperty
    Get
'用途
Dim instance As MapColorRule
Dim value As ReportBoolProperty

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