473,772 Members | 2,414 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Evaluating Reporting Tools for .NET

I am currently doing some research on reporting features provided /
compatible with dotnet features. Our current application has excel
reprots that are emailed both with an without scheduling through a web
front end that uses coldfusion as well as asp. There are custom vb
compnents that generate the data as well as stored procs on a sql 2k
servers that produce the data. The requirement is for excel reports
and pdf reports, web viewing if possible that are data concentric with
totals, subtotals and formatting with header and footers. There is no
need for any kind of charts. However, i think it is imperative
scheduling and on the fly report generation is possible. Currenly as
reports are emailed the user cannnot really change the report in any
way.

We will use ADO for access and ODBC is not being used. Web controls
should be highly desireable for client to request and view reports on
the web .

I haev come across the following products.

- SQL Reporting Services
- Actuate
- ActiveReports
- Crystal Reports
- AESPOSE.Excel

The three main ones that stand out are crystal reports .net , sql
reporting services and active reports. Seems as though people are
complaining about the high maintenance as well as overhead for the
Crystal Reports. On the other hand i also read the Active reports does
not have an extensive API and provides buggy features with a poor GUI.
I couldn't much feedback on SQL reporting services but it seemed to
be pretty simple database server concentric.

I would really appreciate it if someone can point me in the right
direction and give me some feedback.
-
Mohammad S Khan
ms******@hotmai l.com
Jul 21 '05 #1
3 1981
I posted my opinion on the subject a while ago and while hardly a
'scientific' sample, I think you can get some feedback about what others
think.

I like ActiveReports but would really recommend Reporting Services if you
can - it's a dream.

--
W.G. Ryan MVP (Windows Embedded)

TiBA Solutions
www.tibasolutions.com | www.devbuzz.com | www.knowdotnet.com
"Mohammad S Khan" <ms******@hotma il.com> wrote in message
news:52******** *************** **@posting.goog le.com...
I am currently doing some research on reporting features provided /
compatible with dotnet features. Our current application has excel
reprots that are emailed both with an without scheduling through a web
front end that uses coldfusion as well as asp. There are custom vb
compnents that generate the data as well as stored procs on a sql 2k
servers that produce the data. The requirement is for excel reports
and pdf reports, web viewing if possible that are data concentric with
totals, subtotals and formatting with header and footers. There is no
need for any kind of charts. However, i think it is imperative
scheduling and on the fly report generation is possible. Currenly as
reports are emailed the user cannnot really change the report in any
way.

We will use ADO for access and ODBC is not being used. Web controls
should be highly desireable for client to request and view reports on
the web .

I haev come across the following products.

- SQL Reporting Services
- Actuate
- ActiveReports
- Crystal Reports
- AESPOSE.Excel

The three main ones that stand out are crystal reports .net , sql
reporting services and active reports. Seems as though people are
complaining about the high maintenance as well as overhead for the
Crystal Reports. On the other hand i also read the Active reports does
not have an extensive API and provides buggy features with a poor GUI.
I couldn't much feedback on SQL reporting services but it seemed to
be pretty simple database server concentric.

I would really appreciate it if someone can point me in the right
direction and give me some feedback.
-
Mohammad S Khan
ms******@hotmai l.com

Jul 21 '05 #2
Crystal - the oldest, is designed to make .NET programmers look bad. Well ..
what I mean is, it's hardly programmable, besides the fact that you can
databind to it, the fact that it's databindable looks like a hack more than
a ground up thought. You can mess up page settings in the IDE, and the way
it rounds decimals is different from programmable languages (5.5 is 6, not
5).. True you can add a field at runtime but it's hardly intuitive. And it
gets VERY expensive with it's web version.

ActiveReports.N ET et. al. - is cheap, programmable, very WYSIWIG, but you
need Vstudio to create a report- i.e. a .net developer will always develop a
report - not a report writer. Plus it has issues with source control - it
tries to change itself as you open it - and other issues. And there's no rpt
file; there's an rpx file that gets compiled into a dll for deployment. But
it is very easily portable to the web - although not very customizable
(atleast not as customizable as I'd like it to be). And it really doesn't
have too much built into it as Sql Server Reporting Services do - as far as
a reporting portal goes - (batched reports etc.?) - all that plumbing is
going to be your headache - but you can develop something exactly custom to
your needs. Plus no charts/graphs - you need to get a graphing package for
that - but you don't need that huh?

Active Reports can do Excel, it can do pdf.

What might suit your needs depends on what your needs are but above is
enough info !! :)

- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik

"Mohammad S Khan" <ms******@hotma il.com> wrote in message
news:52******** *************** **@posting.goog le.com...
I am currently doing some research on reporting features provided /
compatible with dotnet features. Our current application has excel
reprots that are emailed both with an without scheduling through a web
front end that uses coldfusion as well as asp. There are custom vb
compnents that generate the data as well as stored procs on a sql 2k
servers that produce the data. The requirement is for excel reports
and pdf reports, web viewing if possible that are data concentric with
totals, subtotals and formatting with header and footers. There is no
need for any kind of charts. However, i think it is imperative
scheduling and on the fly report generation is possible. Currenly as
reports are emailed the user cannnot really change the report in any
way.

We will use ADO for access and ODBC is not being used. Web controls
should be highly desireable for client to request and view reports on
the web .

I haev come across the following products.

- SQL Reporting Services
- Actuate
- ActiveReports
- Crystal Reports
- AESPOSE.Excel

The three main ones that stand out are crystal reports .net , sql
reporting services and active reports. Seems as though people are
complaining about the high maintenance as well as overhead for the
Crystal Reports. On the other hand i also read the Active reports does
not have an extensive API and provides buggy features with a poor GUI.
I couldn't much feedback on SQL reporting services but it seemed to
be pretty simple database server concentric.

I would really appreciate it if someone can point me in the right
direction and give me some feedback.
-
Mohammad S Khan
ms******@hotmai l.com

Jul 21 '05 #3
Hi Mohammad,

There is also XtraReports out there that does both (pdf, xls) and much more
and it is a really cool product:
Check out www.devexpress.com/reports.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
SLODUG - Slovene Developer Users Group
www.rthand.com

"Mohammad S Khan" <ms******@hotma il.com> wrote in message
news:52******** *************** **@posting.goog le.com...
I am currently doing some research on reporting features provided /
compatible with dotnet features. Our current application has excel
reprots that are emailed both with an without scheduling through a web
front end that uses coldfusion as well as asp. There are custom vb
compnents that generate the data as well as stored procs on a sql 2k
servers that produce the data. The requirement is for excel reports
and pdf reports, web viewing if possible that are data concentric with
totals, subtotals and formatting with header and footers. There is no
need for any kind of charts. However, i think it is imperative
scheduling and on the fly report generation is possible. Currenly as
reports are emailed the user cannnot really change the report in any
way.

We will use ADO for access and ODBC is not being used. Web controls
should be highly desireable for client to request and view reports on
the web .

I haev come across the following products.

- SQL Reporting Services
- Actuate
- ActiveReports
- Crystal Reports
- AESPOSE.Excel

The three main ones that stand out are crystal reports .net , sql
reporting services and active reports. Seems as though people are
complaining about the high maintenance as well as overhead for the
Crystal Reports. On the other hand i also read the Active reports does
not have an extensive API and provides buggy features with a poor GUI.
I couldn't much feedback on SQL reporting services but it seemed to
be pretty simple database server concentric.

I would really appreciate it if someone can point me in the right
direction and give me some feedback.
-
Mohammad S Khan
ms******@hotmai l.com

Jul 21 '05 #4

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

Similar topics

4
1559
by: Ernesto Tejeda | last post by:
Hi all, I'm looking for reporting tools for Visual Studio 2003; any links? names? TIA
0
1403
by: YellowFin | last post by:
Announcing Yellowfin Information collaboration and reporting tool Drag and Drop Report Builder Simple to Deploy and Administer Enterprise Level Web Based Reporting
3
1690
by: yashgt | last post by:
Hi, We will be developing a management reporting software for a bank. The user will see reports that get updated in near real time( e.g. every 5 min), with data regarding transaction amounts, etc. across a number of dimensions such as day, time, region, etc. The dimensions will be hierarchical in nature. So a zone will have states and a state will have cities. The raw data has to be pulled from several different databases, such as a DB...
6
2353
by: P Jones | last post by:
Hi, I support an enterprise web application (IE client) built in VB6, with about 200 classes, serving about 7000 users, running on 3 clustered servers. I need to incorporate web reporting for the first time, so I am interested in learning what web reporting options are out there, and the pros and cons of each. In general I need to generate reports with XML documents as inputs, and make them available to all web users. I am partial...
3
4908
by: jez123456 | last post by:
Hi My users, use ms access for querying and reporting on a backend database, however they need to replace ms access with a new reporting tool. I’m thinking of developing my own reporting engine in C# to replace the existing ms access model. Are there any c# reporting application samples that I could look at to get started?
3
1727
by: Paul Ritchie | last post by:
We are writing a web application for sale to clients to deploy on their own web server. Is there a good reference available comparing the various .NET compatible reporting packages? Cost of deployment and overall functionality would be the main factors. I guess the obvious candidate would be Crystal Reports? What do you use in your application and would you recommend it?
2
1138
by: Mark | last post by:
Hi, we have a remote server has SQL Reporting Services installed.. I have Visual Studio.NET 2003 Professional and I want to install the client tools so I can create reports against the remote server. I have been using Crystal Reports but would like to use SQL Reporting Services.. So, how do I install the client tools so that I get the "Crystal reports" project option when I go to create a new project? TIA
5
1887
by: John | last post by:
Hi How do .net reporting tools (including in vs2005) compare to reporting in ms access? I am moving over from access and hoping that all my reporting needs will be fulfilled. Thanks Regards
3
358
by: Mohammad S Khan | last post by:
I am currently doing some research on reporting features provided / compatible with dotnet features. Our current application has excel reprots that are emailed both with an without scheduling through a web front end that uses coldfusion as well as asp. There are custom vb compnents that generate the data as well as stored procs on a sql 2k servers that produce the data. The requirement is for excel reports and pdf reports, web viewing if...
0
9619
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10261
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10103
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9911
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8934
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6713
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.