StyleInstance.m_direction Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Directions value that represents the calculated value of the Direction property.
protected: Nullable<Microsoft::ReportingServices::OnDemandReportRendering::Directions> m_direction;
protected Microsoft.ReportingServices.OnDemandReportRendering.Directions? m_direction;
val mutable m_direction : Nullable<Microsoft.ReportingServices.OnDemandReportRendering.Directions>
Protected m_direction As Nullable(Of Directions)