cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with groups and parameter

Former Member
0 Kudos

Hi All,

How to create group & parameters?

Thanks,

Dan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dan,

Could you please explain us more what exactly you are trying to do?

And Version of Crystal reports?

Regards,

Shweta

Former Member
0 Kudos

Hey thanks for quick reply.

Trying to create groups and parameters through code.

Crystal Report Release 2

Thanks,

Dan

Former Member
0 Kudos

Hi Dan,

That means you are using custom application .Net or java?

Is Report works fine in designer?

Regards,

Shweta

Former Member
0 Kudos

Hi Shweta,

Nothing to do with designer trying to create reports dynamically through .Net application.

Dan.

Edited by: Dan Paul on Sep 20, 2008 12:17 AM

Former Member
0 Kudos

Hi Dan,

As you are having issue through code i will suggest you to post your question in .net Crystal Report forum.

Link is here:

.NET Development - Crystal Reports

[https://www.sdn.sap.com/irj/sdn/businessobjects-sdk-forum]

Hope that helps!!

Regards,

Shweta

Former Member
0 Kudos

Thanks Shweta.

former_member208657
Active Contributor
0 Kudos

It sounds like you are actually trying to perform what we refer to as Report Creation API (RC API). Check out the SDK Library at the link below and dive into the Report Application SDK for more info.

Keep in mind that if you are using the CR .NET SDK you'll need to get a handle on your ReportClientDocument by doing something like this.

ISCDReportClientDocument boReportClientDocument = boReportDocument.ReportClientDocument;

http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm

Answers (0)