WebDocumentViewerExtension.GetModel(XtraReport) Method
Returns the session settings of a Document Viewer with the specified report.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
report | XtraReport | A XtraReport object. |
Returns
Type | Description |
---|---|
WebDocumentViewerModel | A WebDocumentViewerModel object. |
See Also