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