CachedReportSource(IReport, DocumentStorage) Constructor
Creates the CachedReportSource class’ instance and specifies its CachedReportSourceBase.Report and CachedReportSourceBase.Storage properties.
Namespace: DevExpress.XtraPrinting.Caching
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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