다음을 통해 공유


RangeGapColor 속성

Gets the color to be used in a map color scale to fill the undefined color divisions.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property RangeGapColor As ReportColorProperty
    Get
‘사용 방법
Dim instance As MapColorScale
Dim value As ReportColorProperty

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