BackgroundColor プロパティ

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

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

構文

'宣言
Public MustOverride Property BackgroundColor As ReportColor
    Get
    Set
'使用
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)

プロパティ値

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