CachedReportSourceBase(IReport, DocumentStorage) Constructor
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
Declaration
Parameters
Name | Type | Description |
---|---|---|
report | IReport | The report to be displayed and/or exported. |
storage | DocumentStorage | The storage used for caching the document that is generated from the specified report. |
See Also