BackgroundColor プロパティ
背景色に評価される式を取得します。
名前空間: 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