Свойство BackgroundGradientType
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>
Значение свойства
Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'BackgroundGradients> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.