StyleInstance.m_direction Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected m_direction As Nullable(Of Directions)
'Usage
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>

See Also

Reference

StyleInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace