BackgroundGradientType プロパティ

背景のグラデーションの種類。

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

構文

'宣言
Public MustOverride ReadOnly Property BackgroundGradientType As ReportEnumProperty(Of BackgroundGradients)
    Get
'使用
Dim instance As StyleBase
Dim value As ReportEnumProperty(Of BackgroundGradients)

value = instance.BackgroundGradientType
public abstract ReportEnumProperty<BackgroundGradients> BackgroundGradientType { get; }
public:
virtual property ReportEnumProperty<BackgroundGradients>^ BackgroundGradientType {
    ReportEnumProperty<BackgroundGradients>^ get () abstract;
}
abstract BackgroundGradientType : ReportEnumProperty<BackgroundGradients>
abstract function get BackgroundGradientType () : ReportEnumProperty<BackgroundGradients>