BasicReport constructor

BasicReport(
  1. List<int> data
)

Implementation

BasicReport(List<int> data) : super(data);