InRangeBarPointerColor プロパティ

この範囲に入るバー ポインターの色。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property InRangeBarPointerColor As ReportColorProperty
    Get
'使用
Dim instance As ScaleRange
Dim value As ReportColorProperty

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