Skip to main content
All docs
V23.2
.NET 6.0+

InplaceReportsCacheHelper(IReportStorage, IObjectSpaceFactory, IDataManipulationRight, IReportOptions) Constructor

Initializes a new instance of the InplaceReportsCacheHelper class with specified settings.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public InplaceReportsCacheHelper(
    IReportStorage reportStorage,
    IObjectSpaceFactory objectSpaceFactory,
    IDataManipulationRight dataManipulationRight,
    IReportOptions options
)

Parameters

Name Type
reportStorage IReportStorage
objectSpaceFactory IObjectSpaceFactory
dataManipulationRight DevExpress.ExpressApp.Services.Security.IDataManipulationRight
options DevExpress.ExpressApp.ReportsV2.IReportOptions
See Also