Skip to main content

ReportDesignerBuilder.RightToLeft(Boolean) Method

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

Namespace: DevExpress.AspNetCore.Reporting.ReportDesigner

Assembly: DevExpress.AspNetCore.Reporting.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public ReportDesignerBuilder RightToLeft(
    bool rightToLeft
)

Parameters

Name Type Description
rightToLeft Boolean

Indicates whether to enable a right-to-left layout in the Report Designer UI.

Returns

Type Description
ReportDesignerBuilder

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

Remarks

By default, false is passed as a parameter.

See Also