Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
A WritingModes value that represents the calculated value of the WritingMode property.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected m_writingMode As Nullable(Of WritingModes)
'Usage
Dim value As Nullable(Of WritingModes)
value = Me.m_writingMode
Me.m_writingMode = value
protected Nullable<WritingModes> m_writingMode
protected:
Nullable<WritingModes> m_writingMode
val mutable m_writingMode: Nullable<WritingModes>
protected var m_writingMode : Nullable<WritingModes>
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace