Page 1 of 1

Grouping????

Posted: Wed Oct 29, 2008 8:01 am
by abhi0410
Hi,,,

I have to show one group value in singe page only...and second group value in 2 second page??? How to do????

i mean
HeaderBand1
Group1
Value1
Value2
Value3

Group2
Value1
Value2

So Group1 should print in one page and when Group2 starts then new page should start with Group 2...
with HeaderBand1....

Or is it possible to start new page for each group with all Header band and Report Title etc???

Thanks...
Plz Reply soon.
Plus i want all

Grouping????

Posted: Wed Oct 29, 2008 8:57 am
by Edward
Please set for GroupHeaderBand.StartNewPage property in true.

In EngineV2 (report version is 2008.2 or 2008.1 prerelease builds) the name of the property is NewPageBefore. Also SkipFirst might be set in true or false according your task.

You can print HeaderBand on each page as well with help of these properties.

Thank you.