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