WebDocumentViewerConfigurationBuilder.UseCachedReportSourceBuilder() Method
Forces reporting components to use the cached report source.
Namespace: DevExpress.AspNetCore.Reporting
Assembly: DevExpress.AspNetCore.Reporting.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Reporting
Declaration
Returns
Type | Description |
---|---|
WebDocumentViewerConfigurationBuilder | A WebDocumentViewerConfigurationBuilder that can be used to further configure the Web Document Viewer services. |
Remarks
Call this method at application startup to force the Document Viewer and the Report Designer Preview to use the cached report source.
This method addresses errors that intermittently occur when the Document Viewer and the Report Designer’s Preview operate in a clustered hosting environment. These errors occur when a user request is handled by an application instance that has no access to documents or reports created earlier.
Review the following help topics for more information:
- Web Farm and Web Garden Support
- Microsoft Azure Integration Specifics
- Web Document Viewer Cache Management
- UseDbStorage(String)