StyleBase.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:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::Directions> ^ Direction { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::Directions> ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.Directions> Direction { get; }
member this.Direction : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.Directions>
Public MustOverride 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