Właściwość StyleBaseInstance.BackgroundColor
Pobiera wartość obliczoną BackgroundColor właściwość w StyleBase klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public MustOverride Property BackgroundColor As ReportColor
Get
Set
'Użycie
Dim instance As StyleBaseInstance
Dim value As ReportColor
value = instance.BackgroundColor
instance.BackgroundColor = value
public abstract ReportColor BackgroundColor { get; set; }
public:
virtual property ReportColor^ BackgroundColor {
ReportColor^ get () abstract;
void set (ReportColor^ value) abstract;
}
abstract BackgroundColor : ReportColor with get, set
abstract function get BackgroundColor () : ReportColor
abstract function set BackgroundColor (value : ReportColor)
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor wartości reprezentującej obliczonej wartości BackgroundColor właściwość.
Zobacz także