Skip to main content

CachedReportSource() Constructor

Creates the CachedReportSource class’ instance and specifies the default settings.

Namespace: DevExpress.XtraPrinting.Caching

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

NuGet Package: DevExpress.Printing.Core

Declaration

public CachedReportSource()

Remarks

This constructor is used at design time. To pass the report for which a document must be generated and the storage that must be used to cache the generated document, use the CachedReportSource method overload with parameters instead.

The report and document storage are then available using the CachedReportSourceBase.Report and CachedReportSourceBase.Storage properties.

See Also