Re: dynamic sizing sections
ActiveReports 2.0 (Visual Basic 6.0) Support
dynamic sizing sections
12-07-2009, 3:13 AM
Hi,
i'm a newbie of AR2 and i have a trouble to size section in dynamic mode.
I have 3 simple sections : pageheader,detail and footer.
I insert only a table in the details section.
Thi table can have n rows thath i extract from my db.
I wish that footer section would follow the details section immediately after the end of the table.
I dont' know if there is a property that i have set to details and/or footer section or I have to deal with code..
Help me please, thx ;D
Re: dynamic sizing sections
12-07-2009, 10:05 AM
Hello,
The Page Header and the PageFooter sections are printed at their designated positions on a page of the report. In order to meet your requirements, you may want to sum the height of all the sections in a page and then want to use the
drawtex
t method to print at the bottom of the last detail of the same. Please take a look at the attached sample in this regard.
Regards,
Prantik
Re: dynamic sizing sections
02-14-2010, 4:48 PM
dear ser
you can use ReportHeader and ReportFooter to do that