Skip to main content
A newer version of this page is available. .

CachedReportSourceBase(Type, DocumentStorage) Constructor

Creates the CachedReportSourceBase class’ instance and sets its CachedReportSourceBase.Report and CachedReportSourceBase.Storage properties.

Namespace: DevExpress.XtraPrinting.Caching

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

Declaration

public CachedReportSourceBase(
    Type reportType,
    DocumentStorage storage
)

Parameters

Name Type Description
reportType Type

The report to be displayed and/or exported.

storage DocumentStorage

The storage used for caching the document that is generated from the specified report.

See Also