Stretch vertical lines programmatically ...
Hi,
I have an invoice report. The items lines (detail table) sometimes contains multiline memo texts (wordwrapped or linefeeds) so I have no design time control over their height.
The column header band contains vertical lines as column separators, and so does the item lines footer band too.
I need to create vertical lines which automatically stretches to the runtime height of each detail line. The result should be continous verrtical lines from the column header through all item lines and down to the items footer. How do I do that?
Another approach would be to calculate the height from the column header band's top through all detail lines and down to the footer band's bottom and then create the needed vertical lines with this calculated length. What is the preferred approach and how do I do it programmatically?
Thanks a lot for help on this issue.
best regards
Tor
I have an invoice report. The items lines (detail table) sometimes contains multiline memo texts (wordwrapped or linefeeds) so I have no design time control over their height.
The column header band contains vertical lines as column separators, and so does the item lines footer band too.
I need to create vertical lines which automatically stretches to the runtime height of each detail line. The result should be continous verrtical lines from the column header through all item lines and down to the items footer. How do I do that?
Another approach would be to calculate the height from the column header band's top through all detail lines and down to the footer band's bottom and then create the needed vertical lines with this calculated length. What is the preferred approach and how do I do it programmatically?
Thanks a lot for help on this issue.
best regards
Tor
Comments
or set the lines stretchmode prop to max height.
Thanks a lot!