Compartir a través de


StyleBaseInstance.BackgroundGradientType Propiedad

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

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

Sintaxis

'Declaración
Public MustOverride Property BackgroundGradientType As BackgroundGradients 
    Get 
    Set
'Uso
Dim instance As StyleBaseInstance 
Dim value As BackgroundGradients 

value = instance.BackgroundGradientType

instance.BackgroundGradientType = value
public abstract BackgroundGradients BackgroundGradientType { get; set; }
public:
virtual property BackgroundGradients BackgroundGradientType {
    BackgroundGradients get () abstract;
    void set (BackgroundGradients value) abstract;
}
abstract BackgroundGradientType : BackgroundGradients with get, set
abstract function get BackgroundGradientType () : BackgroundGradients 
abstract 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

StyleBaseInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering