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.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
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