Report Card Report

Stimulsoft Reports.NET discussion
Post Reply
mmurdock
Posts: 94
Joined: Tue Mar 20, 2007 4:59 pm

Report Card Report

Post by mmurdock »

I am working on creating a report card type report. It needs to be structured like this:

Header: Student information, address, phone, grade ....
Detail: Student classes and grades
Footer: GPA

Detail: Class Comments

I have two data sources. One for the grades and one for the comments.

I have everything working just fine except for showing the class comments. If I setup a relation between the grades and the comments, the comment prints under each grade which is not what I want. If I do not setup a relation then it just prints on the last page. I need it to loop through the data for that student, print the date at the bottom of the page and start a new page. I am attaching my page.pg file which might help you understand what I am trying to accomplish.

Thanks,

Mat
Attachments
685.DOC110910.pdf
(32.41 KiB) Downloaded 303 times

[The extension pg has been deactivated and can no longer be displayed.]

mmurdock
Posts: 94
Joined: Tue Mar 20, 2007 4:59 pm

Report Card Report

Post by mmurdock »

I have also attached a scanned image of the report. I get this when I just run it for one student. If I run it for more then one student at a time the comments only show up on the last student.

Mat
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Report Card Report

Post by Ivan »

Hello,

Please check the "Report sample.mrt" in attachment.

Thank you.
Attachments
690.Report sample.zip
(2.66 KiB) Downloaded 210 times
mmurdock
Posts: 94
Joined: Tue Mar 20, 2007 4:59 pm

Report Card Report

Post by mmurdock »

How did you put the databand inside the childband?

Mat
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Report Card Report

Post by Jan »

Hello Mat,

As you can see in ChildBand placed Panel component. In Panel component you can place DataBand.

Thank you.
mmurdock
Posts: 94
Joined: Tue Mar 20, 2007 4:59 pm

Report Card Report

Post by mmurdock »

Ah!!! I see. That fixed it. Thank you, Thank you, Thank you!!!

Mat
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Report Card Report

Post by Andrew »

Ok! Have a nice day!
Post Reply