Report for Student Grades

Stimulsoft Reports.NET discussion
Post Reply
Eder José Silva
Posts: 5
Joined: Fri Oct 30, 2009 6:32 am
Location: Brazil

Report for Student Grades

Post by Eder José Silva »

Hello everyone,

How could I create a report with the scores of students of a school that is in
SQL query I bring all students and their grades ?
I wish on each page the report showed the name of the student inside the container and his grades.
I created the report but the container leaving the notes in sequence does not "relate" by
page notes that student.

Thanks!!!
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Report for Student Grades

Post by Edward »

Hi

In that case you need to create two datasources and to link them with a relation. So you can put now two databands on page. Then set for the Detail databand MasterComponent and Relation properties to establish a Master-Detail relationship between bands.

Master Band contains now name of all students and Detail band holds all their results.

Please set MasterBand.NewPageBefore property in true and each master will start from the next page.

Thank you.
Eder José Silva
Posts: 5
Joined: Fri Oct 30, 2009 6:32 am
Location: Brazil

Report for Student Grades

Post by Eder José Silva »

Thankz Edward on more time, Thks for patience

I did not find this property by Design(NewPageBefore), can you help me?

Thks.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Report for Student Grades

Post by Edward »

Hi

Please open your report in the designer and click the DataBand.

Then in the Properties window you can see NewPageBefore property.

If there is no such a property than you are using previous version of our report engine. The name of the property there was StrartNewPage

Thank you.
Eder José Silva
Posts: 5
Joined: Fri Oct 30, 2009 6:32 am
Location: Brazil

Report for Student Grades

Post by Eder José Silva »


Yes, it's.

Thanks!!
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Report for Student Grades

Post by Edward »

Hi

you are welcome.

Thank you.
Post Reply