I created a rdlc report in Visual Studio 2008 express edition on which there are :
1. Header
2. Body , inside which there are
2.a. some textboxes above a table
2.b. then the table itself with few columns which will display variable number of rows, 1 row to as much as 30 rows.
Some of the columns contain data which are big enough to extend to next line sometimes.
2.c. one textbox below the table at the end of the body
3. Footer, inside which there are some static items and some global variables like page number etc.
I have the problem with placement of 2.c. - the last textbox in the body.
If the table ( 2.b) has many rows, the textbox (2.c.) is pushed to the next page which is OK but I want it to be at the bottom of the body.
This textobox (2.c) itself can contain multiple lines and if I put it in the footer all the other footer items will be pushed down until some of these static data is not even printed on A4 size paper.
So how do I place this textbox (2.c.) which sticks to the bottom of the body no matter how many pages the printed report be ?
aspnetdev200...
Member
183 Points
99 Posts
Place textbox aligned to the bottom of the report body
Jan 29, 2013 03:21 AM|LINK
Hi all,
I created a rdlc report in Visual Studio 2008 express edition on which there are :
1. Header
2. Body , inside which there are
2.a. some textboxes above a table
2.b. then the table itself with few columns which will display variable number of rows, 1 row to as much as 30 rows.
Some of the columns contain data which are big enough to extend to next line sometimes.
2.c. one textbox below the table at the end of the body
3. Footer, inside which there are some static items and some global variables like page number etc.
I have the problem with placement of 2.c. - the last textbox in the body.
If the table ( 2.b) has many rows, the textbox (2.c.) is pushed to the next page which is OK but I want it to be at the bottom of the body.
This textobox (2.c) itself can contain multiple lines and if I put it in the footer all the other footer items will be pushed down until some of these static data is not even printed on A4 size paper.
So how do I place this textbox (2.c.) which sticks to the bottom of the body no matter how many pages the printed report be ?
Thanks a lot in advance.
Regards,