Share via


StyleBaseInstance.BackgroundColor プロパティ

定義

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

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportColor ^ BackgroundColor { Microsoft::ReportingServices::OnDemandReportRendering::ReportColor ^ get(); void set(Microsoft::ReportingServices::OnDemandReportRendering::ReportColor ^ value); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportColor BackgroundColor { get; set; }
member this.BackgroundColor : Microsoft.ReportingServices.OnDemandReportRendering.ReportColor with get, set
Public MustOverride Property BackgroundColor As ReportColor

プロパティ値

ReportColor プロパティの計算値を表す BackgroundColor 値。

適用対象