Databand in middle of page

Stimulsoft Reports.NET discussion
Post Reply
rmcewen
Posts: 1
Joined: Thu Jun 04, 2009 11:59 am

Databand in middle of page

Post by rmcewen »

I'm trying to create a report with a databand in the middle of the page instead of the top. I'm trying to use panels to position things correctly. So I have:

Panel1 (dockstyle:top, static text)
Panel2 (dockstyle:top, static text)
Panel3 (dockstyle:top, databand)
Panel4 (dockstyle:top or fill, static text)

It mostly works except I can't get Panel4 which should be below the panel with the databand to position itself correctly. If I set the dockstyle to "Top" it moves itself above Panel3 with the databand (but stays below Panel2). If I set it to "Fill" it fills the area including Panel3 with the databand. So it seems like the panel with the databand is ignored when docking other panels. I'm trying to display text immediately after the table generated by the databand.

Any help is appreciated.

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

Databand in middle of page

Post by Edward »

Hi Rick,

Please place a footer band instead of the Panel4.

Thank you.
Post Reply