次の方法で共有


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