Skip to main content

CachedReportSource(IContainer) Constructor

Creates the CachedReportSource class’ instance.

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.Printing.v23.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