Partager via


Propriété ScaleRange.BackgroundGradientType

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property BackgroundGradientType As ReportEnumProperty(Of BackgroundGradientTypes)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

ScaleRange Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering