I am preparing a report with the following structure:
So far everything is set up right, I'm using C # Windows Form, using the ReportViewer component to make the report, but when it comes to getting the data, it just takes the information from the first record, wanted it to generate a record of that per page, with the information for each data specified in the line, this having a button also above to list only the data of certain events in certain cities.
I'm at a point that I do not know how to put it in code and I would not be happy to put it in a table, matrix or list.
I would like to know how to do such a page break for each record.