次の方法で共有


ScaleRangeInstance.InRangeTickMarksColor プロパティ

ScaleRange クラスの InRangeTickMarksColor プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property InRangeTickMarksColor As ReportColor 
    Get
'使用
Dim instance As ScaleRangeInstance 
Dim value As ReportColor 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
InRangeTickMarksColor プロパティの計算値を表す ReportColor 値。

関連項目

参照

ScaleRangeInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間