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

    ReportModuleOptions(IReportOptions) Constructor

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

    Namespace: DevExpress.ExpressApp.ReportsV2

    Assembly: DevExpress.ExpressApp.ReportsV2.v25.1.dll

    Declaration

    public ReportModuleOptions(
        IReportOptions options
    )

    Parameters

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