CachedReportSource(IContainer) Constructor
Creates the CachedReportSource class’ instance.
Namespace: DevExpress.XtraPrinting.Caching
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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