Skip to main content
.NET 6.0+

InplaceReportsCacheHelper Class

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

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v23.2.dll

Declaration

public class InplaceReportsCacheHelper :
    InplaceReportCacheHelperService

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
InplaceReportCacheHelperService
InplaceReportsCacheHelper
See Also