ScaleRange.BackgroundGradientType Property

Definition

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

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::BackgroundGradientTypes> ^ BackgroundGradientType { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::BackgroundGradientTypes> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.BackgroundGradientTypes> BackgroundGradientType { get; }
member this.BackgroundGradientType : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.BackgroundGradientTypes>
Public ReadOnly Property BackgroundGradientType As ReportEnumProperty(Of BackgroundGradientTypes)

Property Value

A ReportEnumProperty<EnumType> object.

Applies to