言語

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値です。

適用対象