Vertical/Horizontal Elasticity equivalent functionality in BIP
I am working on a custom report that lists the address lines for a vendor as shown below:
Addr Line1
Addr Line2
Addr Line3
Addr Line4
City, State Zip
Let us say a specific vendor does not have lines 3 and 4, then in reports world, we were able to make the address lines collapse/expand either by setting the vertical elasticity property on the addr line fileds or by anchors. The result was that all the address would appear (when the report prints) in consequtive lines whether the vendor had all the lines populated or only few lines populated.
How to achieve the same functionality in BIP? My custom report when run from BIP generates the RTF output. However, the address lines do not collapse. Hence it appears as if there is a gap between Addr Line2 and City,State Zip.