Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an expression that evaluates to the type of background gradient.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property BackgroundGradientType As ReportEnumProperty(Of BackgroundGradients)
Get
'Usage
Dim instance As Style
Dim value As ReportEnumProperty(Of BackgroundGradients)
value = instance.BackgroundGradientType
public override ReportEnumProperty<BackgroundGradients> BackgroundGradientType { get; }
public:
virtual property ReportEnumProperty<BackgroundGradients>^ BackgroundGradientType {
ReportEnumProperty<BackgroundGradients>^ get () override;
}
abstract BackgroundGradientType : ReportEnumProperty<BackgroundGradients>
override BackgroundGradientType : ReportEnumProperty<BackgroundGradients>
override function get BackgroundGradientType () : ReportEnumProperty<BackgroundGradients>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<BackgroundGradients>
A ReportEnumProperty<EnumType> object that represents the type of background gradient.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace