Właściwość MapColorRangeRule.StartColor
Pobiera kolor start MapColorRangeRule dystrybucji.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property StartColor As ReportColorProperty
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty obiektu.
Zobacz także