次の方法で共有


StartColor プロパティ

MapColorRangeRule 分布の開始色を取得します。

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

構文

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

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