Back to Devexpress

DevExpress.XtraPrinting.Caching Namespace

corelibraries-devexpress-dot-xtraprinting-72e9cc5f.md

latest2.2 KB
Original Source

DevExpress.XtraPrinting.Caching Namespace

Contains classes that enable report document caching.

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Classes

NameDescription
CachedReportSourceA component that manages caching logic and acts as a mediator between a report and a Document Viewer.
CachedReportSourceBaseContains the basic functionality for the CachedReportSource and CachedReportSourceWeb classes.
DocumentStorageA base class for storages used by the CachedReportSource and CachedReportSourceWeb objects to cache the document that they generate to display/export/print a report.
FileDocumentStorageA file storage used by the CachedReportSource and CachedReportSourceWeb objects to cache the document that they generate to display/export/print a report.
MemoryDocumentStorageA memory storage used by the CachedReportSource and CachedReportSourceWeb objects to cache the document that it generates to display/export/print a report.

Enums

NameDescription
DocumentStorageLocationLists storage types that store document parts in a DocumentStorage.