Właściwość MapColorRangeRuleInstance.StartColor
Pobiera wartość obliczoną StartColor właściwość w MapColorRangeRule klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property StartColor As ReportColor
Get
'Użycie
Dim instance As MapColorRangeRuleInstance
Dim value As ReportColor
value = instance.StartColor
public ReportColor StartColor { get; }
public:
property ReportColor^ StartColor {
ReportColor^ get ();
}
member StartColor : ReportColor
function get StartColor () : ReportColor
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor wartości reprezentującej obliczonej wartości StartColor właściwość.