Compartir a través de


Campo StyleInstance.m_direction

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

A Directions value that represents the calculated value of the Direction property.

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

Sintaxis

'Declaración
Protected m_direction As Nullable(Of Directions)
'Uso
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>

Vea también

Referencia

StyleInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering