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.v25.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
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