cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Crystal Report API

Former Member
0 Kudos

I am builing an api where I can pass a report name and paramters.Is there a way to run the query below? So, I can get the ID for the url reporting.

SELECT TOP 1 SI_ID FROM CI_INFOOBJECTS WHERE SI_PROGID = 'CrystalEnterprise.Report' and SI_NAME='myreport'

I am using c#.net. I have seen an old source code like asp vbscript. Is there a source code for newer c#.net?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

We are using SAP Crystal Server 2013. I downloaded the .NET SDK CRRuntime_64bit_13_0_19.msi and CRforVS_13_0_19.exe. I check the crnet10_dg_en.pdf. It seems I need the following, but I could not find.

Dennis

0 Kudos

Hi Dennis,

I change the tag to BI SDK.

What version of BOE are you using? Have you downloaded the same .NET SDK package from SMP to match the same version of BOE?

Go to our WIKI page, you'll find examples for BusinessObjects SDK's links there:

https://wiki.scn.sap.com/wiki/display/BOBJ

Don