Skip to main content

WebDocumentViewerConfigurationBuilder Methods

Exposes methods for registering additional services specific for the Web Document Viewer.
Name Description
DisableCachedDocumentSource() Disables the CachedDocumentSource component usage in the Web Document Viewer.
EnablePassingExportOptionsPasswordsToClient() Allows you to pass 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.
RegisterDBSchemaProviderExFactory<T>()
RegisterEFContextProviderFactory<T>() Registers a custom factory that allows you to obtain the EF Core context from the dependency injection container.
RegisterJsonDataConnectionProviderFactory<T>() Registers a factory that returns a service that provides a JSON connection string by name.
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() Forces reporting components to use the cached report source.
UseDbStorage(String) Enables the database storage for documents and reports.
UseDistributedCache() Enables distributed caching for Reporting components in ASP.NET Core applications.
UseEmptyStoragesCleaner() Replaces the service used to clean the document storage with an empty service, to avoid automatic cleaning of this storage.
UseFileDocumentStorage(String, StorageSynchronizationMode) Enables document file storage, and specifies a storage path and synchronization mode.
UseFileDocumentStorage(String) Enables document file storage and specifies a storage path.
UseFileExportedDocumentStorage(String, StorageSynchronizationMode) Enables exported document file storage, and specifies a storage path and synchronization mode.
UseFileExportedDocumentStorage(String) Enables exported document file storage and specifies a storage path.
UseFileReportStorage(String, StorageSynchronizationMode) Enables report file storage, and specifies a storage path and synchronization mode.
UseFileReportStorage(String) Enables report file storage and specifies a storage path.
See Also