Skip to main content

CachedReportSource(Type, DocumentStorage) Constructor

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

Namespace: DevExpress.XtraPrinting.Caching

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

NuGet Package: DevExpress.Printing.Core

Declaration

public CachedReportSource(
    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