다음을 통해 공유


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