StyleBase.BackgroundGradientType 属性
Gets an expression that evaluates to the type of background gradient.
命名空间: 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>