Campo StyleInstance.m_writingMode
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
A WritingModes value that represents the calculated value of the WritingMode property.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Protected m_writingMode As Nullable(Of WritingModes)
'Uso
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>
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering