CachedReportSourceBase(IReport, DocumentStorage) Constructor
In This Article
Creates the CachedReportSourceBase class’ instance and sets its CachedReportSourceBase.Report and CachedReportSourceBase.Storage properties.
Namespace: DevExpress.XtraPrinting.Caching
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public CachedReportSourceBase(
IReport report,
DocumentStorage storage
)
#Parameters
Name | Type | Description |
---|---|---|
report | IReport | The report to be displayed and/or exported. |
storage | Document |
The storage used for caching the document that is generated from the specified report. |
See Also