Skip to main content
All docs
V25.1
  • .NET 8.0+

    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.1.dll

    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