473,386 Members | 1,973 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Best Report Writer?

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

Nov 17 '05 #1
7 5762
"Michael Rodriguez" <mi**@nospamforme.com> wrote in message
news:OR**************@tk2msftngp13.phx.gbl...
We're moving from a Delphi shop to a C# shop.
Hurrah!
- SQL Server Reporting Services
- Data Dynamics ActiveReports (.NET 2.0 beta 2)

Any thoughts/comments?


Have you considered something like this:
http://www.cete.com/Products/Generat...T/Download.csp
Nov 17 '05 #2
You should be able to use the same assembly for your
custom charts in both the web and desktop environment.

I love ActiveReports .NET.

--
Robbe Morris - 2004/2005 Microsoft MVP C#

Earn money answering .NET Framework
messageboard posts at EggHeadCafe.com.
http://www.eggheadcafe.com/forums/merit.asp

"Michael Rodriguez" <mi**@nospamforme.com> wrote in message
news:OR**************@tk2msftngp13.phx.gbl...
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

Nov 17 '05 #4
Hi,

I prefer to use CR , You can export it to PDF , also it's datasource free,
you can use it from SQL, access, etc even with a dataset created in your
program.

I haven't use ActiveReports so I cannot compare it with CR.

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"Michael Rodriguez" <mi**@nospamforme.com> wrote in message
news:OR**************@tk2msftngp13.phx.gbl...
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

Nov 17 '05 #5
Luc
ActiveReports allows for various exports as well (HTML, Excel, PDF,
RTF, Text, TIFF, etc...). Not only is ActiveReports able to display
data from various datasources, it also has an Unbound mode which allows
you to manually feed it the data as the report renders which offers
great flexibility for any type of report. Also, keep in mind that you
can trap events in ActiveReports as the report is being ran. Each
report has its own 'code behind' class to allow you to customize the
report however you deem necessary. ActiveReports is a 'developers'
tool, so it gives you (the developer) full control when it comes to
printing reports.

I definitely recommend trying all the other report writers first, then
try ActiveReports. Each product definitely has their pros and cons, but
ActiveReports really is the ultimate report writer.

Good luck deciding. :)
Luc

Nov 17 '05 #6
<lu**************@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Good link:
http://blogs.pingpoet.com/thoughtcha...04/02/504.aspx
HTH,
Luc


That was a good link. Perhaps a little biased, but good nonetheless.

Nov 17 '05 #7
"Luc" <lu**************@gmail.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
ActiveReports allows for various exports as well (HTML, Excel, PDF,
RTF, Text, TIFF, etc...). Not only is ActiveReports able to display
data from various datasources, it also has an Unbound mode which allows
you to manually feed it the data as the report renders which offers
great flexibility for any type of report. Also, keep in mind that you
can trap events in ActiveReports as the report is being ran. Each
report has its own 'code behind' class to allow you to customize the
report however you deem necessary. ActiveReports is a 'developers'
tool, so it gives you (the developer) full control when it comes to
printing reports.

I definitely recommend trying all the other report writers first, then
try ActiveReports. Each product definitely has their pros and cons, but
ActiveReports really is the ultimate report writer.

Good luck deciding. :)
Luc


As much as I love the web app SSRS generates for you, I really hate not
having a code-behind file. Being the control freak that I am, I think I'm
going to end up going with ActiveReports... <g>

Mike
Nov 17 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: C. Dexter Southerland | last post by:
Hi, Thanks in advance for your help. We are looking for a Plug in report writer for and application we are developing. It needs to to be distributed with application and look and feel like part...
1
by: ED | last post by:
I created a query with my detail data, but am struggling with the report writer. Any help would be appreciated! I have the first grouping "Service Line" and then second grouping "Physician" My...
15
by: Mark C | last post by:
All, I have exhaustingly been looking through the newsgroups in search of a way to systemically output an Access 97 report to a pdf file using the full version of Adobe Acrobat. I want the user...
2
by: Bill | last post by:
I have the user fill in a form and then click a control to send a notice to the lab that the form has been filled in along with the file reference number. I'd like to attach a copy of the form to...
1
by: Gerald S | last post by:
Hello, I have an ASP.net/sqlserver application that replaced a desktop client/server application. The only thing missing is the end-user report writer that the users were used to (Crystal, R&R,...
2
by: Mitchell Vincent | last post by:
I would like to provide the end users of some of my software with the ability to customize the look and feel of certain documents for print and email. These documents all pull data from a database....
6
by: Bob Alston | last post by:
I am looking for Access reporting add-in that would be easy to use by end users. My key focus is on selection criteria. I am very happy with the Access report writer capabilities. As far as...
15
by: Bob Alston | last post by:
Is it considered best practice to distribute FE databases as MDEs rather than MDBs? Without flaming me for asking the question, could someone please enumerate the key advantages? Also I like to...
1
OuTCasT
by: OuTCasT | last post by:
Hi all. I need help finding a free database report writer that includes odbc drivers aswell.? Or does anyone know of a tutorial on creating a report writer or something in that line ?
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.