Поделиться через


Свойство 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.

См. также

Справочник

Style Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering