Hello
I want to draw a box on my report that include some fields and a variable height subreport. How can I set the (variable) height of my box.
MyBox.Height = Me.MySubReport.Height + 1000 or
MyBox.Height = Me.MySubReport.Report.Height + 1000 in the Detail_Format event don't work (these always return a constant value)
Thanks in advance.
I want to draw a box on my report that include some fields and a variable height subreport. How can I set the (variable) height of my box.
MyBox.Height = Me.MySubReport.Height + 1000 or
MyBox.Height = Me.MySubReport.Report.Height + 1000 in the Detail_Format event don't work (these always return a constant value)
Thanks in advance.