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
Parameters
| Name | Type | Description |
|---|---|---|
| report | IReport | The report that has been opened in the report viewer. |
See Also