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

ReportsStorage(IReportOptions) Constructor

Initializes a new instance of the ReportsStorage class with specified settings.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v23.2.dll

Declaration

public ReportsStorage(
    IReportOptions options
)

Parameters

Name Type
options DevExpress.ExpressApp.ReportsV2.IReportOptions
See Also