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

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

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