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

InplaceReportsCacheHelper Class

Provides helper methods used to manage in-place reports cache.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v19.1.dll

Declaration

public class InplaceReportsCacheHelper

The following members return InplaceReportsCacheHelper objects:

Remarks

The in-place reports cache is created when the InplaceReportsCacheHelper.GetReportDataInfoList method is called for the first time. The cache is not updated automatically when in-place report data objects are created or deleted. To reset the cache manually, call the InplaceReportsCacheHelper.ClearInplaceReportsCache method.

To access an instance of InplaceReportsCacheHelper, use the ReportsModuleV2.InplaceReportsCacheHelper property.

Inheritance

Object
InplaceReportsCacheHelper
See Also