Compartilhar via


Propriedade do RDL StyleBase.BackgroundGradientType

Gets an expression that evaluates to the type of background gradient.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public MustOverride ReadOnly Property BackgroundGradientType As ReportEnumProperty(Of BackgroundGradients)
    Get
'Uso
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>

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<BackgroundGradients>
A ReportEnumProperty<EnumType> object that represents the type of background gradient.

Consulte também

Referência

StyleBase Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering