Basic Report design question
I'm fairly new at creating reports in Geocortex and I have a workflow that works well in utlizing a .rpx file and creating a PDF report. My only problem is that when there are multiple records being passed to the report, there is a noticeable gap between records (See screenshots below). How can I modify my .rpx to shrink that gap significantly? Thanks you for any help
/customer/servlet/servlet.FileDownload?file=00P6000000em1a9EAA /customer/servlet/servlet.FileDownload?file=00P6000000eltjmEAA
-
Make use of the CanGrow and CanShrink properties of the report objects. Setting these will either shrink or expand the control to the size of the content.
-Kevin
0 -
Hi Kevin,
I've tried tweaking those settings but not much luck. do you have a basic rpx file with all appropriate settings set that I could use as a go by? Thanks for any help
0 -
Every record will occupy the same height as the detail band in the rpx file, so decreasing that height should work for you.
0 -
Ok I think I know what is happening now. I'm trying to display a group name with a unspecified amount of sub records while using the same datatable. So what I mean is that in constructing the datatable, I added a row with just the group name (null values for the sub records), then added the sub records after (null values for group name). I think the rpx is putting spaces at the end of the sub report because of how I constructed the datatable. How can I contrust the datatable properly?
/customer/servlet/servlet.FileDownload?file=00P6000000em1lWEAQ
0 -
It was my mistake in how I contructed my datatable. thank you all for your help. it is solved now
0
Please sign in to leave a comment.
Comments
5 comments