Skip to main content
All docs
V26.1
  • 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.v26.1.Web.dll

    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