Quote:
Originally Posted by pavan.kasinadhuni
Hi,
Can anyone explain Crystal Reports using .NET. Thanks in advance.
Pavan  
|
Ok, let me help you in a small way. Crystal Reports although purchased by Business Objects now is a former independent reporting tool, seagate. Which means, you can create a report such as the normal one or cross tab with title, sub title, groups, sub groups, summary totals, page number like that, or just like the common daily, monthly reports you see. In Crystal, you can use ODBC as your connector/connection string to connect to your data source which can then be an oracle, sql server, olap cube depending on version or with the latest one using Universe of the business objects. This will then be displayed as records to the report. After you have created the report, you now want it displayed into your PC. Going back to your question ... how would you use it in .NET perspective. OK, if you have created a system which could be an application/business system or web system you could integrate the reports you've created in Crystal into that .NET system. You should include few lines after the event in the .NET system that would call the report such as the connection ... the name of the report or the parameters you need to pass to make the report dynamic. So ... that is how .NET and Crystal Reports work on each other.
Hope it helps.