Skip to main content
All docs
V23.2

IReportDesignerModelBuilder.RightToLeft(Boolean) Method

Enables or disables a right-to-left layout in the Web Report Designer user interface.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

IReportDesignerModelBuilder RightToLeft(
    bool rightToLeft
)

Parameters

Name Type Description
rightToLeft Boolean

True to enable a right-to-left layout in the reporting component UI.

Returns

Type Description
IReportDesignerModelBuilder

A IReportDesignerModelBuilder that can be used to further configure the Report Designer.

Remarks

For more information, review the following help topic: Right-To-Left Support.

See Also