次の方法で共有


EndColor プロパティ

MapColorRangeRule 分布の終了色を取得します。

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

構文

'宣言
Public ReadOnly Property EndColor As ReportColorProperty
    Get
'使用
Dim instance As MapColorRangeRule
Dim value As ReportColorProperty

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