InplaceReportsCacheHelper Class
In This Article
Provides helper methods used to manage in-place reports cache.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#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