Skip to main content

CachedReportSourceBase() Constructor

Creates the CachedReportSourceBase 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 CachedReportSourceBase()

Remarks

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

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

See Also