Skip to main content
All docs
V25.1
  • .NET 8.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.v25.1.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