Event ReportGridView.Data (gb.report)

Event Data ( Row As Integer, Column As Integer )

This event is raised when the data stored in the specified cell is needed (usually to draw it).

  • Row is the cell row.

  • Column is the cell column.