3

Is it possible to create a crytal report file without using the designer in visual studio? I mean create it programmatically in C# code. I didn't find any helpful tutorial to do that.

Rahma
  • 255
  • 3
  • 21

1 Answers1

3

Use Report Application Server (RAS) API to create or modify crystal reports.

Edit:

Tutorials.

KV Prajapati
  • 93,659
  • 19
  • 148
  • 186
  • Do you have any sample of the use of RAS within c#? – Rahma Sep 09 '11 at 13:21
  • Hi! I have a question: how could I use stored procedure with the RAS sdk. I have a stored procedure with multiple parameters and I want to use it as a data source for my dynamic report. – Rahma Dec 07 '11 at 09:30