ReportDesignerExtension.GetModel(XtraReport, IDictionary<String, Object>) Method
Returns the session settings of a Web Report Designer with the specified report and data sources.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public static ReportDesignerModel GetModel(
XtraReport report,
IDictionary<string, object> dataSources
)
Parameters
Name | Type | Description |
---|---|---|
report | XtraReport | An XtraReport object. |
dataSources | IDictionary<String, Object> | A dictionary, listing the data sources by their names. |
Returns
Type | Description |
---|---|
ReportDesignerModel | A ReportDesignerModel object. |
See Also