次の方法で共有


ScaleRange.InRangeLabelColor プロパティ

この範囲内に含まれるスケール ラベルの色に評価される式を取得します。

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

構文

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

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

プロパティ値

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

関連項目

参照

ScaleRange クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間