473,378 Members | 1,346 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,378 software developers and data experts.

VS 2005 report or Crystal Repors

Hi

I have done some work with VS 2005 but no report-issues yet.
Now I want to step up, and implement reports for printing and PDF export.

I have just briefly studied the build-in report generator in VS 2005, and
this seems more than sufficient at the moment. But still I would like to
have some advice; should I move to Crystal Reports for improved performance?

The question may be lacking substance about the complexity in the report,
but are there any general advise out there?

Bjorn
May 20 '07 #1
6 1610
"Bjorn Sagbakken" <bj*****@online.nowrote in message
news:z7*********************@telenor.com...
I have done some work with VS 2005 but no report-issues yet.
Now I want to step up, and implement reports for printing and PDF export.
OK.
I have just briefly studied the build-in report generator in VS 2005, and
Do you mean this:? http://www.gotreportviewer.com/
this seems more than sufficient at the moment. But still I would like to
have some advice; should I move to Crystal Reports for improved
performance?
Are you certain that Crystal will give better performance...?
The question may be lacking substance about the complexity in the report,
but are there any general advise out there?
If you're specifically interested in PDF (and maybe XPS), I would advise you
to have a loot at this: http://www.siberix.com
--
http://www.markrae.net

May 20 '07 #2

Read this post:
http://groups.google.com/groups/sear...+procedures%22

or look thru these
http://groups.google.com/groups/sear...t=0&scoring=d&
Basically, if you code up your dataset correctly, you will have many more
options and you don't "marry" yourself to one type of viewer.

Active Reports is my personal favoriate, because it has a true OO model.

But focus on the "make a good dataset" part, and you will have flexibility
to change your viewer of choice.

"Bjorn Sagbakken" <bj*****@online.nowrote in message
news:z7*********************@telenor.com...
Hi

I have done some work with VS 2005 but no report-issues yet.
Now I want to step up, and implement reports for printing and PDF export.

I have just briefly studied the build-in report generator in VS 2005, and
this seems more than sufficient at the moment. But still I would like to
have some advice; should I move to Crystal Reports for improved
performance?
>
The question may be lacking substance about the complexity in the report,
but are there any general advise out there?

Bjorn


May 21 '07 #3
Thanks. I have actually used Active Reports with Visual Studio 6 some years
ago, so maybe I should give this a chance again.

"sloan" <sl***@ipass.netwrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
>
Read this post:
http://groups.google.com/groups/sear...+procedures%22

or look thru these
http://groups.google.com/groups/sear...t=0&scoring=d&
Basically, if you code up your dataset correctly, you will have many more
options and you don't "marry" yourself to one type of viewer.

Active Reports is my personal favoriate, because it has a true OO model.

But focus on the "make a good dataset" part, and you will have flexibility
to change your viewer of choice.

"Bjorn Sagbakken" <bj*****@online.nowrote in message
news:z7*********************@telenor.com...
>Hi

I have done some work with VS 2005 but no report-issues yet.
Now I want to step up, and implement reports for printing and PDF export.

I have just briefly studied the build-in report generator in VS 2005, and
this seems more than sufficient at the moment. But still I would like to
have some advice; should I move to Crystal Reports for improved
performance?
>>
The question may be lacking substance about the complexity in the report,
but are there any general advise out there?

Bjorn



May 21 '07 #4
"Mark Rae" <ma**@markNOSPAMrae.netwrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
"Bjorn Sagbakken" <bj*****@online.nowrote in message
news:z7*********************@telenor.com...
>I have done some work with VS 2005 but no report-issues yet.
Now I want to step up, and implement reports for printing and PDF export.

OK.
>I have just briefly studied the build-in report generator in VS 2005, and

Do you mean this:? http://www.gotreportviewer.com/
Yes.
>this seems more than sufficient at the moment. But still I would like to
have some advice; should I move to Crystal Reports for improved
performance?

Are you certain that Crystal will give better performance...?
No, not at all. That was a bit of my question, sort of. My reference to
Crystal is mostly from non-developers, who can write simple queries directly
in the full version of Crystal Reports. They say it is fantastic what you
can do with it. But these guys doesn't have a clue about Visual Studio, and
the kind of dynamic I want to put into this project.
>The question may be lacking substance about the complexity in the report,
but are there any general advise out there?

If you're specifically interested in PDF (and maybe XPS), I would advise
you to have a loot at this: http://www.siberix.com
--
http://www.markrae.net

May 21 '07 #5

I'm hoping you got more out of my post than just:
"Use Active Reports".

If you don't do your report (backend data via a dataset), then you'll screw
yourself in the future.

"Bjorn Sagbakken" <bj*****@online.nowrote in message
news:a-*********************@telenor.com...
Thanks. I have actually used Active Reports with Visual Studio 6 some
years
ago, so maybe I should give this a chance again.

"sloan" <sl***@ipass.netwrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...

Read this post:
http://groups.google.com/groups/sear...+procedures%22

or look thru these
http://groups.google.com/groups/sear...t=0&scoring=d&


Basically, if you code up your dataset correctly, you will have many
more
options and you don't "marry" yourself to one type of viewer.

Active Reports is my personal favoriate, because it has a true OO model.

But focus on the "make a good dataset" part, and you will have
flexibility
to change your viewer of choice.

"Bjorn Sagbakken" <bj*****@online.nowrote in message
news:z7*********************@telenor.com...
Hi

I have done some work with VS 2005 but no report-issues yet.
Now I want to step up, and implement reports for printing and PDF
export.
>
I have just briefly studied the build-in report generator in VS 2005,
and
this seems more than sufficient at the moment. But still I would like
to
have some advice; should I move to Crystal Reports for improved
performance?
>
The question may be lacking substance about the complexity in the
report,
but are there any general advise out there?

Bjorn



May 21 '07 #6
I didn't miss that point. Working with other s/w development tools, I have
learned the lesson of NOT adding hardcoded logic into the report itself. But
thanks for the reminder.

"sloan" <sl***@ipass.netwrote in message
news:uh**************@TK2MSFTNGP06.phx.gbl...
>
I'm hoping you got more out of my post than just:
"Use Active Reports".

If you don't do your report (backend data via a dataset), then you'll
screw
yourself in the future.

"Bjorn Sagbakken" <bj*****@online.nowrote in message
news:a-*********************@telenor.com...
>Thanks. I have actually used Active Reports with Visual Studio 6 some
years
>ago, so maybe I should give this a chance again.

"sloan" <sl***@ipass.netwrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
>
Read this post:
http://groups.google.com/groups/sear...+procedures%22
>
or look thru these
http://groups.google.com/groups/sear...t=0&scoring=d&
>

Basically, if you code up your dataset correctly, you will have many
more
options and you don't "marry" yourself to one type of viewer.

Active Reports is my personal favoriate, because it has a true OO
model.

But focus on the "make a good dataset" part, and you will have
flexibility
to change your viewer of choice.

"Bjorn Sagbakken" <bj*****@online.nowrote in message
news:z7*********************@telenor.com...
Hi

I have done some work with VS 2005 but no report-issues yet.
Now I want to step up, and implement reports for printing and PDF
export.
>>
I have just briefly studied the build-in report generator in VS 2005,
and
>this seems more than sufficient at the moment. But still I would like
to
>have some advice; should I move to Crystal Reports for improved
performance?

The question may be lacking substance about the complexity in the
report,
>but are there any general advise out there?

Bjorn




May 21 '07 #7

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

Similar topics

0
by: Monali | last post by:
Hi, I created a ASP.NET crystal reports web site in VS 2005. I wanted to display the data in a DataSet in the Crystal Reports viewer control. I am getting the DataSet from another dll. The...
2
by: MAT | last post by:
How can i use Crystal repors without knowing which database and table will be used. For example after any SQL query? thanks
0
by: Ray | last post by:
Hi, I have updated my program from vb.net 2003 to vb.net 2005. However, after the deployment, I cannot preview the crystal report. The error is as follows: "CrystalDecisions.Shared,...
5
by: Jay | last post by:
I am getting mixed messages from the asp.net website hosting providers - some say they do not support Crystal Reports due to a $25,000 per cpu licensing fee, others say all I need to do is install...
0
by: mano.bharath | last post by:
I am developing a windows application in VB.NET 2005 that includes a number of crystal reports. To use the reports I use the included crystal report viewer and pass a dataset to the report at...
1
by: Gurunadh | last post by:
Hi friends, we have developed a windows desktop application in vb.net 2005 with MS-Access as backend ,our problem is we have to display data from a datagridview to a crystal report,we have...
2
by: barkha111 | last post by:
Hello every one, Working on crystal reports in VB 2005. can't make out to use it. Please give me some tips. Thanks in advance. Barkha
1
by: foocc | last post by:
Hi, im trying to convert data reports (.dsr) in vb6 to crystal reports in vb.net. However, I cant seems to find it in my Microsoft Visual Studio 2005 Tools for Office. I've tried going to...
0
by: priyamtheone | last post by:
Hello everyone, I hav been facing a problem since a few days. I'm using crystal report with vb.net 2005 (.Net framework 2.0). In a report I'm retrieving the values from a database table...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.