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