|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Generate PDF and/or RTF file from the DataSetAll,
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 header, footer... Thanks, Just D. There is nothing built into ASP.NET that will help you generate RTF or PDF
files. There is some free code out there if you search for it but it is very complex. I'd suggest looking into a 3rd party component that handles this for you. Show quote "Just D." wrote: > 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 header, footer... > > Thanks, > Just D. > > > Ah, the ReportViewer control or a Reporting Services report will do this
easily. -- Show quote____________________________________ William (Bill) Vaughn Author, Mentor, Consultant Microsoft MVP INETA Speaker www.betav.com/blog/billva www.betav.com Please reply only to the newsgroup so that others can benefit. This posting is provided "AS IS" with no warranties, and confers no rights. __________________________________ "Steve C. Orr" <St***@Orr.net> wrote in message news:27A7D6EB-ABC0-4D19-82D0-5B7A8C86D4BD@microsoft.com... > There is nothing built into ASP.NET that will help you generate RTF or PDF > files. There is some free code out there if you search for it but it is > very > complex. I'd suggest looking into a 3rd party component that handles this > for you. > > -- > I hope this helps, > Steve C. Orr > MCSD, MVP > http://Steve.Orr.net > > > > "Just D." wrote: > >> 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 header, footer... >> >> Thanks, >> Just D. >> >> >> I think Crystal Reports that comes with Visual Studio can also do
this.. Hi,
Maybe so, but the controls appeared in the VS 2005 only. In 2000 it's very limited. Regarding the Crystal Reports, maybe it's not so bad, I actually tried to add a report to my WebApp, but it requires a connection to the database and wants to generate something itself regardless of my own DataSets added to the codebehind. I just wanted to use my own generated DataSets to generate some kind of report as RTF and/or PDF. Just D. Show quote "William (Bill) Vaughn" <billvaRemoveT***@nwlink.com> wrote in message news:uZsIU2OMGHA.344@TK2MSFTNGP11.phx.gbl... > Ah, the ReportViewer control or a Reporting Services report will do this > easily. > ____________________________________ > William (Bill) Vaughn > Author, Mentor, Consultant > Microsoft MVP > INETA Speaker > www.betav.com/blog/billva > www.betav.com I agree that Crystal Reports is probably overkill for a simple scenario such
as they one you've described. I suggest you look into using this free ASP.NET compatible PDF code: http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=5588085e-3d0b-4db8-8a88-603ef212d0db Show quote "Just D." wrote: > Hi, > > Maybe so, but the controls appeared in the VS 2005 only. In 2000 it's very > limited. Regarding the Crystal Reports, maybe it's not so bad, I actually > tried to add a report to my WebApp, but it requires a connection to the > database and wants to generate something itself regardless of my own > DataSets added to the codebehind. I just wanted to use my own generated > DataSets to generate some kind of report as RTF and/or PDF. > > Just D. > > "William (Bill) Vaughn" <billvaRemoveT***@nwlink.com> wrote in message > news:uZsIU2OMGHA.344@TK2MSFTNGP11.phx.gbl... > > Ah, the ReportViewer control or a Reporting Services report will do this > > easily. > > ____________________________________ > > William (Bill) Vaughn > > Author, Mentor, Consultant > > Microsoft MVP > > INETA Speaker > > www.betav.com/blog/billva > > www.betav.com > > > |
|||||||||||||||||||||||