The Top property represents the position inside the band or region the subreport resides. You need to be sure you assign this property before the subreport is printed. Try using the Band.BeforePrint event as a start point.
I highly suggest getting this working in Delphi first so you can debug your code before moving it to RAP.
Comments
The Top property represents the position inside the band or region the
subreport resides. You need to be sure you assign this property before
the subreport is printed. Try using the Band.BeforePrint event as a
start point.
I highly suggest getting this working in Delphi first so you can debug
your code before moving it to RAP.
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
there wasn't such an event. I found the one you said - great.