Subreports & Panels
Posted: Fri Jan 22, 2010 3:29 am
Dear Edward,
I have a report with a lot of Panels and some subReports on the Databand with the fixed sequence.
The DockStyle of panels and subReports is TOP.
Databand
Panel1 DockStyle = top
Panel2 DockStyle = top
subReport1 DockStyle = top
subReport2 DockStyle = top
Panel5 DockStyle = top
Panel6 DockStyle = top
Figure 1 (required)
but i can not do it, because when i try to set the DockStyle of Panel5(Panel6) to the top, it(they) jump automatically to the front of subReport1.
Databand
Panel1 DockStyle = top
Panel2 DockStyle = top
Panel5 DockStyle = top
Panel6 DockStyle = top
subReport1 DockStyle = top
subReport2 DockStyle = top
Figure 2 (bad)
I tried to place two panels (panel3 & Panle4) into between Panel 2 & Panel5 and then place the subReport1 on the Panel3 , subReport2 on Panel4. It does not work, at this time I can not set the MasterComponent of the subReports’ DataBand.
Databand
Panel1 DockStyle = top
Panel2 DockStyle = top
Panel3 DockStyle = top contains subReport1
Panel3 DockStyle = top contains subReport2
Panel5 DockStyle = top
Panel6 DockStyle = top
How can i figure it out?
Thank you.
ps: sorry for my english:)
I have a report with a lot of Panels and some subReports on the Databand with the fixed sequence.
The DockStyle of panels and subReports is TOP.
Databand
Panel1 DockStyle = top
Panel2 DockStyle = top
subReport1 DockStyle = top
subReport2 DockStyle = top
Panel5 DockStyle = top
Panel6 DockStyle = top
Figure 1 (required)
but i can not do it, because when i try to set the DockStyle of Panel5(Panel6) to the top, it(they) jump automatically to the front of subReport1.
Databand
Panel1 DockStyle = top
Panel2 DockStyle = top
Panel5 DockStyle = top
Panel6 DockStyle = top
subReport1 DockStyle = top
subReport2 DockStyle = top
Figure 2 (bad)
I tried to place two panels (panel3 & Panle4) into between Panel 2 & Panel5 and then place the subReport1 on the Panel3 , subReport2 on Panel4. It does not work, at this time I can not set the MasterComponent of the subReports’ DataBand.
Databand
Panel1 DockStyle = top
Panel2 DockStyle = top
Panel3 DockStyle = top contains subReport1
Panel3 DockStyle = top contains subReport2
Panel5 DockStyle = top
Panel6 DockStyle = top
How can i figure it out?
Thank you.
ps: sorry for my english:)