Compartilhar via


Propriedade do RDL ScaleRange.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 ReadOnly Property BackgroundGradientType As ReportEnumProperty(Of BackgroundGradientTypes)
    Get
'Uso
Dim instance As ScaleRange 
Dim value As ReportEnumProperty(Of BackgroundGradientTypes)

value = instance.BackgroundGradientType
public ReportEnumProperty<BackgroundGradientTypes> BackgroundGradientType { get; }
public:
property ReportEnumProperty<BackgroundGradientTypes>^ BackgroundGradientType {
    ReportEnumProperty<BackgroundGradientTypes>^ get ();
}
member BackgroundGradientType : ReportEnumProperty<BackgroundGradientTypes>
function get BackgroundGradientType () : ReportEnumProperty<BackgroundGradientTypes>

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<BackgroundGradientTypes>
A ReportEnumProperty<EnumType> object.

Consulte também

Referência

ScaleRange Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering