Previewing to a panel . . .
All:
(If this is not the proper forum, please let me know...)
Is there a way to preview a report to a panel on my form? I have a panel
with some controls that enable the user to enter "report specifications". I
want to preview the report in a panel directly below this panel.
TIA,
Mike
(If this is not the proper forum, please let me know...)
Is there a way to preview a report to a panel on my form? I have a panel
with some controls that enable the user to enter "report specifications". I
want to preview the report in a panel directly below this panel.
TIA,
Mike
This discussion has been closed.
Comments
I
Yes... drop a TppViewer on the panel. Assign the TppViewer.Report to the
report, then call ppReport1.PrintToDevices
HTH
Ed Dressel
Worked like a charm. Thank you!
Mike