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