Skip to main content

ReportsModuleV2.InplaceReportsCacheHelper Property

Gets an object that provides helper methods used to manage in-place reports cache.

Namespace: DevExpress.ExpressApp.ReportsV2

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

NuGet Package: DevExpress.ExpressApp.ReportsV2

Declaration

[Browsable(false)]
public IInplaceReportCacheHelper InplaceReportsCacheHelper { get; set; }

Property Value

Type Description
DevExpress.ExpressApp.ReportsV2.IInplaceReportCacheHelper

An InplaceReportsCacheHelper object that provides helper methods used to manage in-place reports cache.

See Also