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 the specified data.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v19.1.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

The report that opens in the Report Designer when the application starts.

dataSources IDictionary<String, Object>

A dictionary of available data sources in the Report Designer for use in reports.

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