Can I program a list of pages per page in Reporting?
I am interested in centering (dynamically) a list / table on a page.
For example, I have a table with a count of unknown records (only at runtime this will be known)
So how do you center it on the page?
0
Maciey
source
to share
1 answer
I haven't tried this myself, but have you thought about setting top position or margin based on expression? Something like the following pseudocode
( < pageHeight> - (<numRows> * <rowhieght>) ) / 2
+1
Darren gosbell
source
to share