what is the difference between the regular report and the crystal report in C# ?
I need to know exactly what is the crystal reports and what is the difference between crystal reports and the regular report in c# ? 10x
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Riddhi ValechaPosted Oct 15, 2012, 1:03 AM
There is nothing like regular reports in C#.NET.
There are 2 types of reports - 1)Crystal Reports and 2).rdlc Reports.
Both need ReportViewers and you can use any of the two reports as per system requirements !!
Only the extension and files are different.
Sivaraman DhamodaranPosted Oct 10, 2012, 6:13 AM
X'tal report will be useful to contact database, grab data, manipulate inside the X'tal engine and display it the way you wanted.
Hope this helps