ppDesigner.Report := ppViewer.Report Error
Hi!
I can?t get the report linked to a ppViewer to a ppDesigner.
Somes ideas how I can do that?
Thank You!
Fernando A Santos
Fastheon Consultoria e Sistemas
--- posted by geoForum on http://delphi.newswhat.com
I can?t get the report linked to a ppViewer to a ppDesigner.
Somes ideas how I can do that?
Thank You!
Fernando A Santos
Fastheon Consultoria e Sistemas
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
The TppViewer.Report object is a TppProducer, which is an ancestor of the
TppReport object. You will need to typecast this property as a TppReport
for it to compile correctly.
ppDesigner.Report := TppReport(ppViewer.Report);
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com