objects height
Hi!
Exists any way to know the real objects height in report builder? For
example i have a DBMemo or a Region object and it stretch property = true.
if i access from delphi code to this object "height" property it returns me
it height in design time, but i need the height it shows in run-time
for align the next object to the bottom.
Sorry for my english. Thanks!!
Exists any way to know the real objects height in report builder? For
example i have a DBMemo or a Region object and it stretch property = true.
if i access from delphi code to this object "height" property it returns me
it height in design time, but i need the height it shows in run-time
for align the next object to the bottom.
Sorry for my english. Thanks!!
This discussion has been closed.
Comments
If you have two stretchable objects that you need to print one above the
other, then you can set Memo2.ShiftRelativeTo to reference Memo1.
If you have a static object, such as a Label, that needs to ShiftRealteiveTo
a stretchable object, then place the Label inside a Region, and set the
Region to ShiftRelativeTo to the stretchable.
If you have a static object such as a Label or Line that want to be aligned
to the bottom of the band, another option is to specify a bottom anchor.
The RB Developers Guide has some excellent information on modeling reports
like this.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com