CachedReportSource(IContainer) Constructor
In This Article
Creates the CachedReportSource class’ instance.
Namespace: DevExpress.XtraPrinting.Caching
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public CachedReportSource(
IContainer components
)
#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