Skip to main content
All docs
V25.2
  • IReportDesignerClientSideModelGenerator.GetModelAsync(XtraReport, IDictionary<String, Object>, String, String, String) Method

    Namespace: DevExpress.XtraReports.Web.ReportDesigner

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

    NuGet Package: DevExpress.Web.Reporting.Common

    Declaration

    Task<ReportDesignerModel> GetModelAsync(
        XtraReport report,
        IDictionary<string, object> dataSources,
        string controllerUri,
        string previewControllerUri,
        string queryBuilderControllerUri
    )

    Parameters

    Name Type
    report XtraReport
    dataSources IDictionary<String, Object>
    controllerUri String
    previewControllerUri String
    queryBuilderControllerUri String

    Returns

    Type
    Task<ReportDesignerModel>

    The following code snippets (auto-collected from DevExpress Examples) contain references to the GetModelAsync(XtraReport, IDictionary<String, Object>, String, String, String) method.

    Note

    The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

    See Also