Partager via


Champ m_direction

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_direction As Nullable(Of Directions)
'Utilisation
Dim value As Nullable(Of Directions)

value = Me.m_direction

Me.m_direction = value
protected Nullable<Directions> m_direction
protected:
Nullable<Directions> m_direction
val mutable m_direction: Nullable<Directions>
protected var m_direction : Nullable<Directions>