Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.dll

Declaration

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

Property Value

Type Description
InplaceReportsCacheHelper

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

See Also