Exporting multiple reports in a single page.
-
- Posts: 6
- Joined: Thu Jun 23, 2016 1:18 pm
Exporting multiple reports in a single page.
Hi,
Suppose such a situation:
We have an application that monitors the situation of a school, for each class we have a report with data about students.
Each report is generated on the basis of a parameter: SELECT * FROM table_1 ........... WHERE table_1.class_name = 1 and
we obtain all students from first class, in ex.png you can see the layout of a report.
How can i get in a single report, data about more classes (class_name = 1,2....7) not only to receive all students, but for each class to get the structure complete of the report(header, footer).
Thanks,
Vadim
Suppose such a situation:
We have an application that monitors the situation of a school, for each class we have a report with data about students.
Each report is generated on the basis of a parameter: SELECT * FROM table_1 ........... WHERE table_1.class_name = 1 and
we obtain all students from first class, in ex.png you can see the layout of a report.
How can i get in a single report, data about more classes (class_name = 1,2....7) not only to receive all students, but for each class to get the structure complete of the report(header, footer).
Thanks,
Vadim
- Attachments
-
- ex.png (24.96 KiB) Viewed 2769 times
Re: Exporting multiple reports in a single page.
Hello.
In our product there are many different way to do the same thing.
You could add a data source with all classes and create a master-detailed report.
The master will be a classes data source and the detailed the students data source.
You could read how to create such report in the User Manual.
The New Page Before property will help you to start each new class from a new page.
Thank you.
In our product there are many different way to do the same thing.
You could add a data source with all classes and create a master-detailed report.
The master will be a classes data source and the detailed the students data source.
You could read how to create such report in the User Manual.
The New Page Before property will help you to start each new class from a new page.
Thank you.
-
- Posts: 6
- Joined: Thu Jun 23, 2016 1:18 pm
Re: Exporting multiple reports in a single page.
Hi, thank you.
The given information was very helpful for me.
But there would still be something, if we looked at the tutorial: https://www.stimulsoft.com/en/videos?tags=all&id=39 , how could i put each caterogy with its products in different pages.
Thanks.
The given information was very helpful for me.
But there would still be something, if we looked at the tutorial: https://www.stimulsoft.com/en/videos?tags=all&id=39 , how could i put each caterogy with its products in different pages.
Thanks.
Re: Exporting multiple reports in a single page.
Hello.
As I wrote before, you should set the New Page Before property of the Master data band to True.
Thank you.
As I wrote before, you should set the New Page Before property of the Master data band to True.
Thank you.
-
- Posts: 6
- Joined: Thu Jun 23, 2016 1:18 pm
Re: Exporting multiple reports in a single page.
Hello.
I apologize that i was not careful.
Thank you.
I apologize that i was not careful.
Thank you.
Re: Exporting multiple reports in a single page.
Hello.
It's OK.
We are always glad to help you.
Let us know if you need our help.
Thank you.
It's OK.
We are always glad to help you.
Let us know if you need our help.
Thank you.