Skip to main content
A newer version of this page is available. .

ReportDesignerClientSideModelGenerator.GetModel(XtraReport, IDictionary<String, Object>, String, String, String) Method

Generates a client-side model of the Web End-User Report Designer based on specified data.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public ReportDesignerModel GetModel(
    XtraReport report,
    IDictionary<string, object> dataSources,
    string controllerUri,
    string previewControllerUri,
    string queryBuilderControllerUri
)

Parameters

Name Type Description
report XtraReport

A report that the Report Designer opens.

dataSources IDictionary<String, Object>

A dictionary of data sources available in the Report Designer.

controllerUri String

The URI of the controller action that processes Report Designer requests.

previewControllerUri String

The URI of the controller action that processes Report Designer preview requests.

queryBuilderControllerUri String

The URI of the controller action that processes Query Builder requests.

Returns

Type Description
ReportDesignerModel

A client-side Report Designer model.

See Also