473,386 Members | 1,752 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.

Reports

How can I generate my reports in asp.net webforms?

Marcus
Nov 18 '05 #1
5 1030
pretty vague...
is there a problem simply reading from the db and displaying your info?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"André Almeida Maldonado" <de***@bol.com.br> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
How can I generate my reports in asp.net webforms?

Marcus

Nov 18 '05 #2
My probelm isn't display results.... the dificult is printing results with
my drawings and pics....


"Curt_C [MVP]" <software_AT_darkfalz.com> escreveu na mensagem
news:uo**************@TK2MSFTNGP10.phx.gbl...
pretty vague...
is there a problem simply reading from the db and displaying your info?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"André Almeida Maldonado" <de***@bol.com.br> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
How can I generate my reports in asp.net webforms?

Marcus


Nov 18 '05 #3
I suggest using a third party product to handle creating a printable report.

Active Reports .Net (I use this and love it!)
http://www.DataDynamics.com

Crystal Reports (I've used this, but I like AR.net better)
http://www.crystaldecisions.com

Michael

"André Almeida Maldonado" <de***@bol.com.br> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
My probelm isn't display results.... the dificult is printing results with
my drawings and pics....


"Curt_C [MVP]" <software_AT_darkfalz.com> escreveu na mensagem
news:uo**************@TK2MSFTNGP10.phx.gbl...
pretty vague...
is there a problem simply reading from the db and displaying your info?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"André Almeida Maldonado" <de***@bol.com.br> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
How can I generate my reports in asp.net webforms?

Marcus



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.560 / Virus Database: 352 - Release Date: 1/8/2004
Nov 18 '05 #4
I'll second the AR claim.
Used it in the past and loved it.... good pricing too

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Michael Pearson" <mi************************@televox.com> wrote in message
news:u9**************@TK2MSFTNGP09.phx.gbl...
I suggest using a third party product to handle creating a printable report.
Active Reports .Net (I use this and love it!)
http://www.DataDynamics.com

Crystal Reports (I've used this, but I like AR.net better)
http://www.crystaldecisions.com

Michael

"André Almeida Maldonado" <de***@bol.com.br> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
My probelm isn't display results.... the dificult is printing results with my drawings and pics....


"Curt_C [MVP]" <software_AT_darkfalz.com> escreveu na mensagem
news:uo**************@TK2MSFTNGP10.phx.gbl...
pretty vague...
is there a problem simply reading from the db and displaying your info?
--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"André Almeida Maldonado" <de***@bol.com.br> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
> How can I generate my reports in asp.net webforms?
>
> Marcus
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.560 / Virus Database: 352 - Release Date: 1/8/2004

Nov 18 '05 #5
Might want to check out MS's Reporting Services in addition to the
other excellent recommendations.

http://www.microsoft.com/sql/reporting/default.asp

--
Scott
http://www.OdeToCode.com

On Tue, 13 Jan 2004 13:40:13 -0200, "André Almeida Maldonado"
<de***@bol.com.br> wrote:
My probelm isn't display results.... the dificult is printing results with
my drawings and pics....


"Curt_C [MVP]" <software_AT_darkfalz.com> escreveu na mensagem
news:uo**************@TK2MSFTNGP10.phx.gbl...
pretty vague...
is there a problem simply reading from the db and displaying your info?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"André Almeida Maldonado" <de***@bol.com.br> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
> How can I generate my reports in asp.net webforms?
>
> Marcus
>
>



Nov 18 '05 #6

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

Similar topics

5
by: BStorm | last post by:
I have a transaction log file where the DataSet table's Description column is actually delimited into "subcolumns" based upon the transaction id. I would like to parse these into separate fields...
2
by: Andrew | last post by:
Hi there: I can successfully control a report's GroupLevel ControlSource property by using: ..Reports!rptEESTMT_A.GroupLevel(i).ControlSource = "CorpName" where rptEESTMT_A is the actual...
0
by: Ian | last post by:
(Sorry if I have repeated this, it did not appear the first time) I have the following code on a button. The idea is that when this button is clicked it prints several reports automatically then...
3
by: Gheaci Maschl | last post by:
Hi all! I would like to have your opinion about my problem and my proposal how to solve it: Ingredients: - BTriev database - Crystal Reports - maybe MS Access - Liinos6 (small ERP software)
1
by: KEVIN97810 | last post by:
Hello to all, I am trying to fill all my reports in a listbox but I may not need to show other reports. How do you modify this function to do that. I have losts of reports but don't want to...
2
by: B.Newman | last post by:
I've got some VB.NET code that *should* get a list of reports from an Access MDB and populate a list box with them. It doesn't detect any of the reports at all. oAccess.Reports.Count comes up as...
3
by: VMI | last post by:
I know this may not be the best NG for this, but I feel you guys know more about this than any of the other NGs. I need to build several simple reports (over 50 of them and they get their data...
12
by: Tony Ciconte | last post by:
We are evaluating the prospect of integrating and/or using Crystal Reports with some of our current products. Some of these are still in Access 97 and are running well. Since we cannot include the...
16
by: JoeW | last post by:
I'm utilizing a database that I created within MS Access within a program I've created in VB.NET. I am using the VB front end to navigate the information, but want to be able to print a report,...
3
by: joelpollock | last post by:
I'm having trouble continuously page numbering a large report in MS Access. The report is made up of three separate Access reports which I join together at the end. In the past I have opened the...
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: 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:
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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...
0
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,...

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.