CachedReportSource(IContainer) Constructor
Creates the CachedReportSource class’ instance.
Namespace: DevExpress.XtraPrinting.Caching
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
components | IContainer | A IContainer that represents a container for the Cached Report Source. |
Remarks
This instance exists until its container releases it to a garbage collection.
See Also