Group New Page

Stimulsoft Reports.Silverlight discussion
Locked
hotcat
Posts: 10
Joined: Wed Mar 02, 2011 12:59 am

Group New Page

Post by hotcat »

I have two tables ,one is master(A),other is detail(B).
A and B both have a field is "BillNo".
Now I place a group header ,I't condition of "BillNo"
A.
--------------------------------
BillNo
00001
00002

B.
--------------------
BillNo Serialno
00001 1
00001 2
00002 1

I need show report two page.
00001 in page 1
00002 in page 2

what I config it?

thank you

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

Group New Page

Post by HighAley »

Hello.
hotcat wrote:I have two tables ,one is master(A),other is detail(B).
A and B both have a field is "BillNo".
Now I place a group header ,I't condition of "BillNo"
A.
--------------------------------
BillNo
00001
00002

B.
--------------------
BillNo Serialno
00001 1
00001 2
00002 1

I need show report two page.
00001 in page 1
00002 in page 2

what I config it?

thank you
If you have master-detail report then please try to set 'New Page Before' property of master databand to True.

Thank you.
Locked