Udostępnij przez


Właściwość StyleInstance.Color

Pobiera wartość obliczoną Color właściwość w Style klasy

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Overrides Property Color As ReportColor
    Get
    Set
'Użycie
Dim instance As StyleInstance
Dim value As ReportColor

value = instance.Color

instance.Color = value
public override ReportColor Color { get; set; }
public:
virtual property ReportColor^ Color {
    ReportColor^ get () override;
    void set (ReportColor^ value) override;
}
abstract Color : ReportColor with get, set
override Color : ReportColor with get, set
override function get Color () : ReportColor
override function set Color (value : ReportColor)

Wartość właściwości

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor wartości reprezentującej obliczonej wartości Color właściwość.