Skip to main content
A newer version of this page is available. .

CachedReportSource(IContainer) Constructor

Creates the CachedReportSource class’ instance.

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.Printing.v19.1.Core.dll

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