Grouping Levels

A

AndreasM

I have made a report and i have grouping by Lesson. But I want any Lesson
appear in different page. How Can I do that?
Thanks for your time.
 
D

Duane Hookom

Sections have a "Force New Page" property that can be used to create page
breaks.
 
M

Marshall Barton

AndreasM said:
I have made a report and i have grouping by Lesson. But I want any Lesson
appear in different page. How Can I do that?


Set the group header section's ForceNewPage property to
Before Section. If the group doesn't have a header section,
create it and set its Hieght to 0.
 
Top