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

ASPxWebDocumentViewer Constructors

A control that displays an interactive preview of a document generated from a report and allows the user to view, print and export the report document.
Name Parameters Description
ASPxWebDocumentViewer() none Initializes a new instance of the ASPxWebDocumentViewer class with the default settings.
ASPxWebDocumentViewer(IWebDocumentViewerModelGenerator, IJSContentGenerator<WebDocumentViewerModel>, IStoragesCleaner, IWebDocumentViewerReportResolver, ICachedReportSourceWebResolver, ILocalizerService) webDocumentViewerModelGenerator, jsContentGenerator, cleaner, reportResolver, cachedReportSourceResolver, localizerService For internal use.
ASPxWebDocumentViewer(IServiceProvider) serviceProvider For internal use.
See Also