BackgroundColor プロパティ

Style クラスの BackgroundColor プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Overrides Property BackgroundColor As ReportColor
    Get
    Set
'使用
Dim instance As StyleInstance
Dim value As ReportColor

value = instance.BackgroundColor

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColor
BackgroundColor プロパティの計算値を表す ReportColor 値。