共用方式為


MapColorRangeRule.StartColor 屬性

Gets the start color for a MapColorRangeRule distribution.

命名空間:  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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

請參閱

參考

MapColorRangeRule 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間