Compartir a través de


Campo StyleInstance.m_backgroundGradientType

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

A BackgroundGradients value that represents the calculated value of the BackgroundGradientType property.

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

Sintaxis

'Declaración
Protected m_backgroundGradientType As Nullable(Of BackgroundGradients)
'Uso
Dim value As Nullable(Of BackgroundGradients)

value = Me.m_backgroundGradientType 

Me.m_backgroundGradientType = value
protected Nullable<BackgroundGradients> m_backgroundGradientType
protected:
Nullable<BackgroundGradients> m_backgroundGradientType
val mutable m_backgroundGradientType: Nullable<BackgroundGradients>
protected var m_backgroundGradientType : Nullable<BackgroundGradients>

Vea también

Referencia

StyleInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering