Report In ppViewer
Hi,
I have several reports in a treelist that when in the viewer all do the same
thing. How can I assign a the report shown in the viewer to a temporary
variable. Like for instance... reportTemp := ppViewer.Report? So far my
error is incompatible type "TppReport" and "TppProducer". Any help
appreciated.
TIA,
Jada C. Case
Programmer
jada@signaldata.com
I have several reports in a treelist that when in the viewer all do the same
thing. How can I assign a the report shown in the viewer to a temporary
variable. Like for instance... reportTemp := ppViewer.Report? So far my
error is incompatible type "TppReport" and "TppProducer". Any help
appreciated.
TIA,
Jada C. Case
Programmer
jada@signaldata.com
This discussion has been closed.
Comments
shared by the ArchiveReader, Report (and now ClientReport) classes. If you
have a variable of type TppReport, you'll just need to typecast it:
reportTemp := TppReport(ppViewer1.Report);
--
Cheers,
Tom Ollar
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com