次の方法で共有


ScaleRange.InRangeTickMarksColor プロパティ

この範囲内に含まれる目盛りの色に評価される式を取得します。

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

構文

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

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

プロパティ値

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

関連項目

参照

ScaleRange クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間