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

WebDocumentViewerConfigurationBuilder Methods

Exposes methods for registering additional services specific for the Web Document Viewer.
Name Description
DisableCachedDocumentSource() For internal use.
EnablePassingExportOptionsPasswordsToClient() 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.
RegisterConnectionProviderFactory<T>() Registers a custom connection provider factory that creates a provider restoring a data connection on a report deserialization.
RegisterWebDocumentViewerDrillThroughProcessor<T>() Registers a custom drill-through processor in a web application.
ToString() Returns a string that represents the current object. Inherited from Object.
UseCachedReportSourceBuilder()
UseEmptyStoragesCleaner() Replaces the service used to clean the document storage with an empty service, to avoid automatic cleaning of this storage.
UseFileDocumentStorage(String, StorageSynchronizationMode) Specifies a path and synchronization mode for the report document’s file storage.
UseFileDocumentStorage(String) Specifies a path for the report document’s file storage.
UseFileExportedDocumentStorage(String, StorageSynchronizationMode) Specifies a path and synchronization mode for the exported document’s file storage.
UseFileExportedDocumentStorage(String) Specifies a path for the exported document’s file storage.
UseFileReportStorage(String, StorageSynchronizationMode) Specifies a path and synchronization mode for the report’s file storage.
UseFileReportStorage(String) Specifies a path for the report’s file storage.
See Also