Search code examples
c#visual-studiocrystal-reportsreportbusiness-objects-sdk

Create an rpt file without crystal report designer


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.


Solution

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

    Edit:

    Tutorials.