473,406 Members | 2,633 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,406 software developers and data experts.

generate reports in PDF

Any pointers on how to generate reports in PDF using ASP.Net 2.0

--
Kumar.A.P.P
Software Engineer, Infosys Technologies Limited.
http://techaid.wordpress.com/
Nov 18 '07 #1
7 1418
On Nov 18, 9:45 am, Kumar.A.P.P <Kumar...@discussions.microsoft.com>
wrote:
Any pointers on how to generate reports in PDF using ASP.Net 2.0

--
Kumar.A.P.P
Software Engineer, Infosys Technologies Limited.http://techaid.wordpress.com/
This might help:

http://www.ujihara.jp/iTextdotNET/en/index.html
http://itextsharp.sourceforge.net/tutorial/index.html
http://www.codeproject.com/showcase/TallComponents.asp
etc....
Nov 18 '07 #2
"Kumar.A.P.P" <Ku******@discussions.microsoft.comwrote in message
news:25**********************************@microsof t.com...
Any pointers on how to generate reports in PDF using ASP.Net 2.0
I use this: http://www.siberix.com/
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Nov 18 '07 #3
Hi,
If you want to generate report in PDF then i would suggest that instead of
using third-party component you should use in-built report viewer control.
ReportViewer is a freely redistributable control that enables embedding
reports in applications developed using the .NET Framework. Reports are
designed with drag-and-drop simplicity using Report Designer included in
Visual Studio 2005 (Standard editon and above.)
There is a WinForms and a WebForms version of the control.
For more info refer below links:
http://www.gotreportviewer.com/
http://msdn2.microsoft.com/en-us/lib...71(VS.80).aspx
--
Hope this helps.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.

"Kumar.A.P.P" wrote:
Any pointers on how to generate reports in PDF using ASP.Net 2.0

--
Kumar.A.P.P
Software Engineer, Infosys Technologies Limited.
http://techaid.wordpress.com/
Nov 19 '07 #4
Hi, Kumar

I agree with Manish, using the Crystal Reports taht comes with
VisualStudio, is better than using any other third party app (and
you've already payd for it ;-)

Anyway, it's quite simple to set up teh report to generate the PDF (if
you don't want to display the report as HTML)

Regards,

Paulo Santos
http://pjondevelopment.50webs.com

On Nov 18, 6:45 am, Kumar.A.P.P <Kumar...@discussions.microsoft.com>
wrote:
Any pointers on how to generate reports in PDF using ASP.Net 2.0

--
Kumar.A.P.P
Software Engineer, Infosys Technologies Limited.http://techaid.wordpress.com/
Nov 19 '07 #5
I just completed a glowing review of this product:
http://www.html-to-pdf.net/

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net

"Kumar.A.P.P" <Ku******@discussions.microsoft.comwrote in message
news:25**********************************@microsof t.com...
Any pointers on how to generate reports in PDF using ASP.Net 2.0

--
Kumar.A.P.P
Software Engineer, Infosys Technologies Limited.
http://techaid.wordpress.com/
Nov 19 '07 #6
We use ABCpdf, which is pretty nice too. (http://www.abcpdf.com/)

However, I've found creating reports in HTML then converting to PDF to be
pretty limiting.
>I just completed a glowing review of this product:
http://www.html-to-pdf.net/
>Any pointers on how to generate reports in PDF using ASP.Net 2.0
Nov 19 '07 #7
"Scott Roberts" <sr******@no.spam.here-webworks-software.comwrote in
message news:ep**************@TK2MSFTNGP02.phx.gbl...
However, I've found creating reports in HTML then converting to PDF to be
pretty limiting.
Me too...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Nov 19 '07 #8

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

Similar topics

3
by: CrystalDBA | last post by:
I need to develop some crystal reports on some .NET ado datasets. This is easy to do if I actually had data to work with. It is much easer creating reports with you have data. Therefore, I would...
6
by: Dustin Wilson | last post by:
I'm looking for a way with Visual Basic to generate a list of all the forms, reports and modules within a database. I can currently generate a list of tables and queries with the following code...
3
by: jijo kuruvila | last post by:
How we can Dynamically generate a MS Word document using ASP.Net? -- Jijo kuruvila trivandrum,Kerala,India
0
by: Richard Lister | last post by:
Hello, I need my ASP.NET application to generate a few PDF documents, such as Purchase Orders, Payment Receipts etc. I thought one easy way to do it might be to use Crystal Reports which I...
0
by: Dan | last post by:
We are wanting to use ibuyspy portal as our website. Load content into HTML and change the stylesheet. We see this as very attractive since frequently changed pages can be done in MS word and...
2
by: Martin Widmer | last post by:
Hi guys I am looking for the best way to generate new reports with reporting services for SQL server 2005. The reports will be generated programmatically from a .Net VB application. So far I see...
6
by: Just D. | last post by:
All, Do we have some service/app/control to generate in our WebApplication the downloadable RTF/PDF file. The original data can be provided in the DataSet or DataView, plus some text like...
1
Coldfire
by: Coldfire | last post by:
Problem background: I am developing a windows application (in VisualStudio.Net 2005) that inserts an Institute Info and based on the query I need to generate a report featuring the Detailed...
0
by: Jackvstu08 | last post by:
Hi All can you please tell me how to generate reports in Visual Basic, the report should include IA Validation, Action Items, User reports. Also can you tell me how to activate the scroll all users....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
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
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
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,...
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...
0
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...
0
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.