cancel
Showing results for 
Search instead for 
Did you mean: 

Winform Crystal Viewer & Crystal Report Server 2013

Former Member
0 Kudos

Hi everyone,

I was curious whether it's possible to display a Crystal Report that is located on a Crystal Report Server 2013 via the Winform Crystal viewer (CrystalDecisions.Windows.Forms.CrystalReportViewer) given everything is set such as single sign on etc.?

Can anyone point me to the right members or give an example?

I know that we can access the report through the URL, e.g.

http://<servername>:<port>/BOE/CrystalReports/viewrpt.cwr?id=1152&apsuser=JLee&apspassword=secret&ap

sauthtype=secEnterprise

This will need to be open in a web browser though. We would like to have a UX where user opens up the report in a winform that contains additional features such as actions etc.

Thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

JWiseman
Active Contributor
0 Kudos

hi Darin,

you may also wish to look into using the javascript sdk which uses the dhtml web viewer, as you already have cr2013 you can create a token and open up a report using the sdk and the sdk works in conjunction with opendocument parameters as well. there are a bunch of different events for end user actions.

-jamie

DellSC
Active Contributor
0 Kudos

Any additional questions you may have should probably be asked here:  http://scn.sap.com/community/bi-platform/microsoft-net-sdk.  This is the space for the Platform SDK.  NOTE:  DO NOT install the Crystal for VS SDK - it is not compatible with the Crystal Server/BusinessObjects platform.  Instead, you'll install the SDK from the Client Tools installation.

While you're working in VS, the SDK will be 32-bit, but you can also download the 64-bit runtime install from the SAP Service Marketplace (requires an "S" number).

-Dell

Former Member
0 Kudos