|
-
Feb 8th, 2000, 10:29 PM
#1
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|