次の方法で共有


StyleBase.BackgroundGradientType プロパティ

定義

背景のグラデーションの種類に評価される式を取得します。

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::BackgroundGradients> ^ BackgroundGradientType { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::BackgroundGradients> ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.BackgroundGradients> BackgroundGradientType { get; }
member this.BackgroundGradientType : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.BackgroundGradients>
Public MustOverride ReadOnly Property BackgroundGradientType As ReportEnumProperty(Of BackgroundGradients)

プロパティ値

背景のグラデーションの種類を表す ReportEnumProperty<EnumType> オブジェクト。

適用対象