2
I have a matrix like this that is being filled in Runtime:
MatSort[0][0] - Nome1
MatSort[0][1] - InfoNome1
MatSort[1][0] - Nome2
MatSort[1][1] - InfoNome2
But I don’t know how to reference the data from this matrix in fast-Reports to generate a report with the configuration:
Nome1 - Infonome1
Nome2 - Infonome2
Remembering that the Name and Info data should be next to each other and the names should be separated by a line.
You could edit your question with an example code to fill this data in the dataset?
– Paz
I edited it to give you an example
– Tiago Rodrigues
very good, thanks for the help!
– Paz