cancel
Showing results for 
Search instead for 
Did you mean: 

cannot export to HTML from Crystal Viewer

Former Member
0 Kudos

Hello! All:

I am using the viewer in a .NET application developed in VS 2010. The export button is active and all the types are available except HTML 4.0 The .NET Crystal Reports runtime was installed on the target computer via the .msi in unattended (passive) mode which may have installed all the export drivers including HTML.

Is there any configuration to be done to the viewer in my code?

Please help.

Thanks

Lawrence

Accepted Solutions (1)

Accepted Solutions (1)

Adam_Stone
Active Contributor
0 Kudos

HTML is not an option available from the viewers export button as you can see from the ViewerExportFormats Enumeration in the documentation.

Former Member
0 Kudos

Thanks Adam.

Is it possible to export to HTML using ReportDocument? Also is it possible for the app to be notified when the Export button in the viewer is clicked?

I am using Windows.Forms.CrystalReportViewer

Regards

Lawrence

Adam_Stone
Active Contributor
0 Kudos

Yes you can use the ReportDocument to export to HTML. For trying to capture the export button being pressed, I don't see a specific event for that, but you can try other events available.

Answers (0)