| |
ActiveReports 2.0 (Visual Basic 6.0) Support
Started by symonx80 at 12-07-2009 3:13 AM. Topic has 2 replies.
 
 
 
|
|
Sort Posts:
|
|
|
|
12-07-2009, 3:13 AM
|
symonx80
Joined on 12-07-2009
Posts 2
|
|
|
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
|
|
|
|
|
Report
|
|
|
|
12-07-2009, 10:05 AM
|
PrantikS
Joined on 12-11-2008
Posts 1,550

|
|
|
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 drawtext 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
|
|
|
|
|
Report
|
|
|
|
02-14-2010, 4:48 PM
|
qoura@yahoo.com
Joined on 02-11-2010
Posts 8
|
Re: dynamic sizing sections
|
|
|
|
|
dear ser
you can use ReportHeader and ReportFooter to do that
|
|
|
|
|
Report
|
|
|
|
|
GrapeCity » Product Support » ActiveReports 2... » dynamic sizing sections
|
|
|
|
|