Hi!
I am trying to get an embedded Smartviewer to display a report! I am not using a data Environment to create the report, (the report is being created in Crystal Reports 7's IDE)
Here is a snippet that I am using:
--------------------------------------------
frmQCFMain.CrystalReport1.ReportFileName = "n:report.rpt"
'Display the report in the CrystalViewer
'**** This is where I would like to view the report in a Crystal Viewer (which is embedded on my form) instead of the default popup viewer window ****'
frmQCFMain.CrystalReport1.Destination = crptToWindow
'print the report
frmQCFMain.CrystalReport1.PrintReport
Any Suggestions would be appreciated!
~Sam
