Skip to main content
All docs
V25.2
  • ReportOpenedEventArgs(IReport) Constructor

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

    Namespace: DevExpress.Blazor.Reporting.Models

    Assembly: DevExpress.Blazor.v25.2.Viewer.dll

    NuGet Package: DevExpress.Blazor.Viewer

    Declaration

    public ReportOpenedEventArgs(
        IReport report
    )

    Parameters

    Name Type Description
    report IReport

    The report that has been opened in the report viewer.

    See Also