次の方法で共有


ScaleRange.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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
ReportColorProperty オブジェクト。

関連項目

参照

ScaleRange クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間