cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

C# Using CR libraries for console application

treesap213
Discoverer
0 Likes
719

Is it possible to use CrystalDecisions library for console application? I am trying to create an automation which sends reports repeatedly

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Likes

Absolutely you can! You would load the report into a ReportDocument object and use that to run the report and export it instead of using a CrystalReportViewer UI object.

-Dell

Answers (0)