tableData property

List<List<ReportCell>> tableData
final

The 2D matrix of report data cells representing the main body.

Implementation

final List<List<ReportCell>> tableData;