Compartir a través de


StyleInstance.BackgroundGradientType Propiedad

Gets the calculated value of the BackgroundGradientType property in a Style class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overrides Property BackgroundGradientType As BackgroundGradients 
    Get 
    Set
'Uso
Dim instance As StyleInstance 
Dim value As BackgroundGradients 

value = instance.BackgroundGradientType

instance.BackgroundGradientType = value
public override BackgroundGradients BackgroundGradientType { get; set; }
public:
virtual property BackgroundGradients BackgroundGradientType {
    BackgroundGradients get () override;
    void set (BackgroundGradients value) override;
}
abstract BackgroundGradientType : BackgroundGradients with get, set 
override BackgroundGradientType : BackgroundGradients with get, set
override function get BackgroundGradientType () : BackgroundGradients 
override function set BackgroundGradientType (value : BackgroundGradients)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.BackgroundGradients
A BackgroundGradients value that represents the calculated value of the BackgroundGradientType property.

Vea también

Referencia

StyleInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering