StyleBase.BackgroundGradientType Property
The type of background gradient
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property BackgroundGradientType As ReportEnumProperty(Of BackgroundGradients)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<BackgroundGradients>
A ReportEnumProperty<EnumType> object.