Back to Devexpress

CachedReportSource Constructors

corelibraries-devexpress-dot-xtraprinting-dot-caching-dot-cachedreportsource-dot-ctor.md

latest2.2 KB
Original Source

CachedReportSource Constructors

A component that manages caching logic and acts as a mediator between a report and a Document Viewer.

NameParametersDescription
CachedReportSource()noneCreates the CachedReportSource class’ instance and specifies the default settings.
CachedReportSource(IReport, DocumentStorage)report, storageCreates the CachedReportSource class’ instance and specifies its CachedReportSourceBase.Report and CachedReportSourceBase.Storage properties.
CachedReportSource(IContainer)componentsCreates the CachedReportSource class’ instance.
CachedReportSource(Type, DocumentStorage)reportType, storageCreates the CachedReportSource class’ instance and specifies its CachedReportSourceBase.Report and CachedReportSourceBase.Storage properties.

See Also

CachedReportSource Class

CachedReportSource Members

DevExpress.XtraPrinting.Caching Namespace