CachedReportSource(IReport, DocumentStorage) Constructor
In This Article
Creates the CachedReportSource class’ instance and specifies 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 CachedReportSource(
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