I have an array like this that is being populated in runtime:
MatSort[0][0] - Nome1
MatSort[0][1] - InfoNome1
MatSort[1][0] - Nome2
MatSort[1][1] - InfoNome2
But I do not know how to reference the data in this array in fast-reports so that a report with the configuration is generated:
Name1 - InfoName1
Name2 - InfoName2
Remembering that the Name and Info data should be next to each other and the names separated by a line.