共用方式為


BackgroundColor 屬性

Color of the background

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overrides ReadOnly Property BackgroundColor As ReportColorProperty
    Get
'用途
Dim instance As Style
Dim value As ReportColorProperty

value = instance.BackgroundColor
public override ReportColorProperty BackgroundColor { get; }
public:
virtual property ReportColorProperty^ BackgroundColor {
    ReportColorProperty^ get () override;
}
abstract BackgroundColor : ReportColorProperty
override BackgroundColor : ReportColorProperty
override function get BackgroundColor () : ReportColorProperty