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.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
public ReportStorageBase(
IServiceProvider serviceProvider,
IObjectSpaceFactory objectSpaceFactory,
IReportOptions options,
IDataManipulationRight dataManipulationRight
)
Parameters
| Name | Type |
|---|---|
| serviceProvider | IServiceProvider |
| objectSpaceFactory | IObjectSpaceFactory |
| options | DevExpress.ExpressApp.ReportsV2.IReportOptions |
| dataManipulationRight | DevExpress.ExpressApp.Services.Security.IDataManipulationRight |
See Also