Link to home
Start Free TrialLog in
Avatar of zimmer9
zimmer9Flag for United States of America

asked on

C# Report Writing Tool

I am beginning to learn C#. Are there any report writers to use with C# ?

I imagine Crystal Reports would be one.
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Personally, I would lean toward Microsoft Reporting, since Crystal Reports is still wrapped around the COM/ActiveX axle, and really can be a pain in my ass!!  Microsoft Reporting is compatible with SQL Server Reporting Services (SSRS).  The report definitions are an open-format XML file.  Reporting uses .rdlc files, and SSRS uses .rdl files.
Same opinion Bob,

It also don't give you problems in deployment (since you don't have to install runtime files) and it's quicker to load the reports (Crystal takes allot of time to load the runtime files in the first report load).

The expression editor in 2008 also have intellissence and it uses vb formulas.