次の方法で共有


StyleBase.BackgroundColor プロパティ

背景色に評価される式を取得します。

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

構文

'宣言
Public MustOverride ReadOnly Property BackgroundColor As ReportColorProperty 
    Get
'使用
Dim instance As StyleBase 
Dim value As ReportColorProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
背景色を表す ReportColorProperty オブジェクト。

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間