Exporting multiple reports in a single page.

Stimulsoft Reports.PHP discussion
Post Reply
kaktusman69
Posts: 6
Joined: Thu Jun 23, 2016 1:18 pm

Exporting multiple reports in a single page.

Post by kaktusman69 »

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
Attachments
ex.png
ex.png (24.96 KiB) Viewed 2771 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Exporting multiple reports in a single page.

Post by HighAley »

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.
kaktusman69
Posts: 6
Joined: Thu Jun 23, 2016 1:18 pm

Re: Exporting multiple reports in a single page.

Post by kaktusman69 »

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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Exporting multiple reports in a single page.

Post by HighAley »

Hello.

As I wrote before, you should set the New Page Before property of the Master data band to True.

Thank you.
kaktusman69
Posts: 6
Joined: Thu Jun 23, 2016 1:18 pm

Re: Exporting multiple reports in a single page.

Post by kaktusman69 »

Hello.

I apologize that i was not careful.

Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Exporting multiple reports in a single page.

Post by HighAley »

Hello.

It's OK.
We are always glad to help you.
Let us know if you need our help.

Thank you.
Post Reply