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

DefaultWebDocumentViewerContainer Methods

A default container for Web Document Viewer services.
Name Description
DisableCachedDocumentSource() static For internal use.
EnablePassingExportOptionsPasswordsToClient() static Enables passing PDF/Excel passwords specified in the Report Designer to the Web Document Viewer.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Register<T, TImpl>() static Adds the specified service to the service container.
RegisterConnectionProviderFactory<T>() static Registers a factory that returns an object implementing the IConnectionProviderService interface.
RegisterSingleton<T>(T) static Enables registering a specified custom service instance in a Web Document Viewer.
RegisterSingleton<T, TImpl>() static Enables registering a custom service in a Web Document Viewer.
RegisterWebDocumentViewerDrillThroughProcessor<T>() static Registers a custom drill-through processor in a web application.
ToString() Returns a string that represents the current object. Inherited from Object.
UseCachedReportSourceBuilder() static
UseEmptyStoragesCleaner() static Replaces a service that is used to clean the report and document storage with an empty service, avoiding automatic cleaning of this storage.
UseFileDocumentStorage(String, StorageSynchronizationMode) static Specifies a path and synchronization mode for the report document’s file storage.
UseFileDocumentStorage(String) static Specifies a path for the report document’s file storage.
UseFileExportedDocumentStorage(String, StorageSynchronizationMode) static Specifies a path and synchronization mode for the exported document’s file storage.
UseFileExportedDocumentStorage(String) static Specifies a path for the exported document’s file storage.
UseFileReportStorage(String, StorageSynchronizationMode) static Specifies a path and synchronization mode for the report’s file storage.
UseFileReportStorage(String) static Specifies a path for the report’s file storage.
UseReportStorageExtensionReportResolver() static Registers an implementation of the IWebDocumentViewerReportResolver interface based on an existing ReportStorageWebExtension.
See Also