Skip to main content
A newer version of this page is available. .

WebDocumentViewerBootstrapper Class

Enables you to adjust a Dependency Injection container for a Web Document Viewer.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.Native

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

public static class WebDocumentViewerBootstrapper

Remarks

With WebDocumentViewerBootstrapper, you can use an ASP.NET Session in requests coming to the server from an ASPxWebDocumentViewer.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the WebDocumentViewerBootstrapper class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
WebDocumentViewerBootstrapper
See Also