Hi,
Assuming the report you generate from CrystalReports is in the HTML format, you can easily include it in your Lookout HTML report by using the Include datamember of the Report Object.
Create a Report Object. Then make a connection similar to the following:
Report1.Include1 = "c:\CReports\report1.htm"
The final report will include this Crystal report1.htm in it. You may include more files by using subsequent Include datamembers: Include2, Include3, and so on. You can also include plain text this way.
Hope this helps,
Khalid 🙂