Skip to main content

ReportDesignerExtension.GetModel Method

Name Parameters Description
GetModel(XtraReport, IDictionary<String, Object>, IDictionary<String, String>, IEnumerable<ClientControlsMenuItem>) static report, dataSources, subreports, menuItems Returns the session settings of a Web Report Designer with the specified report, menu items, data sources and subreports.
GetModel(XtraReport, IDictionary<String, Object>, IEnumerable<ClientControlsMenuItem>) static report, dataSources, menuItems Returns the session settings of a Web Report Designer with the specified report, menu items and data sources.
GetModel(XtraReport, IDictionary<String, Object>) static report, dataSources Returns the session settings of a Web Report Designer with the specified report and data sources.
GetModel(XtraReport, IDictionary<String, String>, IEnumerable<ClientControlsMenuItem>) static report, subreports, menuItems Returns the session settings of a Web Report Designer with the specified report, menu items and subreports.
GetModel(XtraReport, IDictionary<String, String>) static report, subreports Returns the session settings of a Web Report Designer with the specified report and subreports.
GetModel(XtraReport, IEnumerable<ClientControlsMenuItem>) static report, menuItems Returns the session settings of a Web Report Designer with the specified report and menu items.
GetModel(XtraReport) static report Returns the session settings of a Web Report Designer with the specified report.