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

CachedReportSourceBase() Constructor

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

Namespace: DevExpress.XtraPrinting.Caching

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

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