Style.Direction Property

Definition

Gets an expression that evaluates to a value that indicates whether text is written left-to-right or right-to-left.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::Directions> ^ Direction { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::Directions> ^ get(); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.Directions> Direction { get; }
member this.Direction : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.Directions>
Public Overrides ReadOnly Property Direction As ReportEnumProperty(Of Directions)

Property Value

A ReportEnumProperty<EnumType> object that represents a value that indicates whether text is written left-to-right or right-to-left.

Applies to