Syntax
Public Sub ReportDataReceived(ByVal NoRows As Boolean, ByVal Data As System.Array)
This event fired when receiving a data report.
Parameters
Key | Description |
NoRows | Type of Boolean, used to detect if an empty report is received or not |
Data | Array of data that filled in the report rows |
See Also