Partager via


Champ m_backgroundGradientType

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Protected m_backgroundGradientType As Nullable(Of BackgroundGradients)
'Utilisation
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>