Skip to main content

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.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public static WebDocumentViewerModel GetModel(
    XtraReport report
)

#Parameters

Name Type Description
report XtraReport

A XtraReport object.

#Returns

Type Description
WebDocumentViewerModel

A WebDocumentViewerModel object.

See Also