Style.BackgroundGradientType 屬性
Gets an expression that evaluates to the type of background gradient.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Overrides ReadOnly Property BackgroundGradientType As ReportEnumProperty(Of BackgroundGradients)
Get
'用途
Dim instance As Style
Dim value As ReportEnumProperty(Of BackgroundGradients)
value = instance.BackgroundGradientType
public override ReportEnumProperty<BackgroundGradients> BackgroundGradientType { get; }
public:
virtual property ReportEnumProperty<BackgroundGradients>^ BackgroundGradientType {
ReportEnumProperty<BackgroundGradients>^ get () override;
}
abstract BackgroundGradientType : ReportEnumProperty<BackgroundGradients>
override BackgroundGradientType : ReportEnumProperty<BackgroundGradients>
override function get BackgroundGradientType () : ReportEnumProperty<BackgroundGradients>
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<BackgroundGradients>
A ReportEnumProperty<EnumType> object that represents the type of background gradient.