ReportStorageBase(IServiceProvider, IObjectSpaceFactory, IReportOptions, IDataManipulationRight) Constructor
Initializes a new instance of the ReportStorageBase class with specified settings.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v25.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
Parameters
| Name | Type |
|---|---|
| serviceProvider | IServiceProvider |
| objectSpaceFactory | IObjectSpaceFactory |
| options | DevExpress.ExpressApp.ReportsV2.IReportOptions |
| dataManipulationRight | DevExpress.ExpressApp.Services.Security.IDataManipulationRight |
See Also