Hi,
I'm new to Report Builder, I never used it before. I tried to create a report that has 2 pages.
First page - Field query data from database with text and Second page - Show only text.
Actually, the report can run fine but not my expected. The report prints the first page until finish all data and then will print the second page.
Now report print as 1 1 1 1 2 2 2 2 (assume we have 4 data in the database)
I need to print the report as 1 2 1 2 1 2 1 2.
