CachedReportSourceBase() Constructor
In This Article
Creates the CachedReportSourceBase class’ instance and specifies the default settings.
Namespace: DevExpress.XtraPrinting.Caching
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#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