IReportDesignerClientSideModelGenerator.GetModel(XtraReport, IDictionary<String, Object>, String, String, String) Method
In This Article
Namespace: DevExpress.XtraReports.Web.ReportDesigner
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
#Declaration
ReportDesignerModel GetModel(
XtraReport report,
IDictionary<string, object> dataSources,
string controllerUri,
string previewControllerUri,
string queryBuilderControllerUri
)
#Parameters
Name | Type |
---|---|
report | Xtra |
data |
IDictionary<String, Object> |
controller |
String |
preview |
String |
query |
String |
#Returns
Type |
---|
Report |
See Also