Monday, March 28, 2011

Accessing crystal reports in an ASP.NET application?

I need to access a Crystal Report that is deployed on a Crystal Report server.

I want to display this report on my ASP.NET page. However, I don't want to include the report file in my project. I need to use the report file deployed on crystal report server.

Can you please guide me on how to do this?

From stackoverflow
  • Try

    ReportDocument.Load(<filePath>, OpenReportMethod.OpenReportByTempCopy)
    

0 comments:

Post a Comment