M
Michael Rodriguez
We're moving from a Delphi shop to a C# shop. We have now reached the point
where we have to pick the report writer for all future development work. So
far, I've narrowed the list down to 2 choices:
- SQL Server Reporting Services
- Data Dynamics ActiveReports (.NET 2.0 beta 2)
SQL RS looks nice as far as the web application it builds for you by
default. However, the fact that you can't write code in a .cs file attached
to the report concerns me. I know you can call an external dll in an
expression, but that's not really the same thing.
ActiveReports looks more like what I'm used to from the Delphi days, but you
would have to create your own web application to run the reports. I plan to
create all reports as html that way we will have the option of both showing
them in the Windows app (Smart Client) and offering a seperate stand-alone
web reporting application.
Any thoughts/comments?
TIA,
Mike Rodriguez
where we have to pick the report writer for all future development work. So
far, I've narrowed the list down to 2 choices:
- SQL Server Reporting Services
- Data Dynamics ActiveReports (.NET 2.0 beta 2)
SQL RS looks nice as far as the web application it builds for you by
default. However, the fact that you can't write code in a .cs file attached
to the report concerns me. I know you can call an external dll in an
expression, but that's not really the same thing.
ActiveReports looks more like what I'm used to from the Delphi days, but you
would have to create your own web application to run the reports. I plan to
create all reports as html that way we will have the option of both showing
them in the Windows app (Smart Client) and offering a seperate stand-alone
web reporting application.
Any thoughts/comments?
TIA,
Mike Rodriguez