Skip to main content
All docs
V26.1
  • IReportDesignerClientSideModelGenerator.GetJsonModelScriptAsync(XtraReport, IDictionary<String, Object>, String, String, String) Method

    Namespace: DevExpress.XtraReports.Web.ReportDesigner

    Assembly: DevExpress.XtraReports.v26.1.Web.dll

    Declaration

    Task<string> GetJsonModelScriptAsync(
        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<String>
    See Also