cancel
Showing results for 
Search instead for 
Did you mean: 

Does anyone know if Crystal Reports has an Runtime Crystal Report Designer for .NET? If have , please send a sample code for c# Please reply... it will be very helpful....

Former Member
0 Kudos

Does anyone know if Crystal Reports has an Runtime Crystal Report Designer for .NET? If have , please send a sample code for c#

Please reply...

it will be very helpful....

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

You'd have to use the RAS Report Creation APIs and create your own designer. For samples see the following:

Developer Help Files:

Report Application Server .NET SDK Developer Guide

Report Application Server .NET API Guide

And there is more. Use the search box in the top right corner. I find simple search strings like; 'crystal net RAS', return best results.

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow us on Twitter

Former Member
0 Kudos

Thanks for the reply.

Former Member
0 Kudos

i am working with asp.net /C# web application and crystalreport 13.x.x.

i want to display the crystal report designer window at runtime.

ie... instead of displaying the crystalreportViewer....i need to display the designer

at runtime so that the end user can design his own report.

The Scenario is like this,

The user will select the columns of table and based on the columns given by user, can v build(design) crystal report during

runtime and print it?

is it possible???? please help me ...... plzz plzzz

DellSC
Active Contributor
0 Kudos

There is no "Designer" component that you can use.  The best you could do would be to create something that uses the RAS SDK.  There are links to information about how to work with RAS in Ludek's post above.

-Dell

Answers (2)

Answers (2)

DellSC
Active Contributor
0 Kudos

There is no SDK available in either .NET or Java that will let users of your software design reports as if they were using the full version of Crystal.  However, you might be able to write something using the Report Application Server SDK that could simulate something like this.

-Dell

Former Member
0 Kudos

Thank you

Former Member
0 Kudos

i am working with asp.net /C# web application and crystalreport 13.x.x.

i want to display the crystal report designer window at runtime.

ie... instead of displaying the crystalreportViewer....i need to display the designer

at runtime so that the end user can design his own report.

The Scenario is like this,

The user will select the columns of table and based on the columns given by user, can v build(design) crystal report during

runtime and print it?

is it possible???? please help me ...... plzz plzzz

former_member188030
Active Contributor
0 Kudos

Could you please elaborate on what exactly are you looking for, as Crystal report runtimes and Crystal reprots designer are two different packages.

It would be helpful if you could mention your requirement in detail.

- Bhushan

Senior Engineer

SAP Active Global Support

Follow us on Twitter

Got Enhancement ideas? Try the SAP Idea Place

Getting started and moving ahead with Crystal Reports .NET applications.

Former Member
0 Kudos

we should allow user to design his own .rpt file and generate a report runtime.

means- select database table and columns by their own and view those columns in crystal report at runtime

Former Member
0 Kudos

i am working with asp.net /C# web application and crystalreport 13.x.x.

i want to display the crystal report designer window at runtime.

ie... instead of displaying the crystalreportViewer....i need to display the designer

at runtime so that the end user can design his own report.

The Scenario is like this,

The user will select the columns of table and based on the columns given by user, can v build(design) crystal report during

runtime and print it?

is it possible???? please help me ...... plzz plzzz