views:

255

answers:

1

I'm having difficulty finding directions to programmatically deploy a Crystal Reports XI report to the server for general use. Is there a COM object, Web Service, utility, or something else that can be used to script report deployment?

I will need to do this from PowerShell, but can convert from other available solutions.

A: 

The way to do it is to create a setup project which deploys your reports as and MSI.

In the properties for the setup project select Crystal Reports. Crystal Reports will now be included and installed along with your reports.

Shiraz Bhaiji
That's not applicable. The Crystal Reports server already exists, and is working just fine. How do I deploy a new report to that existing server in an automated way?
John Fisher