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

DefaultWebDocumentViewerContainer Class

A default container for Web Document Viewer services.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

Declaration

public static class DefaultWebDocumentViewerContainer

Remarks

See Register Services in the Document Viewer for a complete list of available services and their registration methods.

Specific services provided by the DefaultWebDocumentViewerContainer class are not appropriate in Azure environment. To be able to run the Web Document Viewer on Azure, use the AzureWebDocumentViewerContainer class.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DefaultWebDocumentViewerContainer 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
DefaultWebDocumentViewerContainer
See Also