DevExpress.XtraPrinting.Caching Namespace
Contains classes that enable report document caching.
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
Classes
Name | Description |
---|---|
CachedReportSource | A component that manages caching logic and acts as a mediator between a report and a Document Viewer. |
CachedReportSourceBase | Contains the basic functionality for the CachedReportSource and CachedReportSourceWeb classes. |
DocumentStorage | A base class for storages used by the CachedReportSource and CachedReportSourceWeb objects to cache the document that they generate to display/export/print a report. |
FileDocumentStorage | A file storage used by the CachedReportSource and CachedReportSourceWeb objects to cache the document that they generate to display/export/print a report. |
MemoryDocumentStorage | A memory storage used by the CachedReportSource and CachedReportSourceWeb objects to cache the document that it generates to display/export/print a report. |
Enums
Name | Description |
---|---|
DocumentStorageLocation | Lists storage types that store document parts in a DocumentStorage. |