Skip to main content
All docs
V26.1
  • ReportOpenedEventArgs(IReport) Constructor

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

    Namespace: DevExpress.Blazor.Reporting.Models

    Assembly: DevExpress.Blazor.v26.1.Viewer.dll

    Declaration

    public ReportOpenedEventArgs(
        IReport report
    )

    Parameters

    Name Type Description
    report IReport

    The report that has been opened in the report viewer.

    See Also