cancel
Showing results for 
Search instead for 
Did you mean: 

Exporting a Crystal Report using a URL

Former Member
0 Kudos

I have crystalreportviewers10 defined in IIS on a server. Is there a way to call a crystal report on that server with a single URL call that will cause the report to be exported to an MS Word document without any logon, data parameters or export option windows being displayed.

Ideally I would like to make the request from VBA within an MS Word document from a client.

Regards,

Darren.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184995
Active Contributor
0 Kudos

You can write a web application that does all that on the page.

You would write code to handles all the parameters, database logon, and export functions.

Whether you could get the exported word doc to open without user intervention of any kind, I dont know.

Answers (0)