
- Forum
- Programming Talk
- Microsoft .NET
- Generate PDFs
Generate PDFs
This is a discussion on Generate PDFs within the Microsoft .NET forums, part of the Programming Talk category; hi, Retrieve a data from databse as table format.i need to generate a pdf file from That table.how to do ...
-
Generate PDFs
hi,
Retrieve a data from databse as table format.i need to generate a pdf file from That table.how to do this.
Thanks ,
MegaByte
-
It's a kind of report generation.It will be better to give a brief description.I mean what software and database are you using?etc.
-
hi sandy31,
iam using Access Database and VB.Net Programming . i need to generate pdf file from reports
thanks
MegaByte
-
02-13-2010, 12:16 AM #4
- Join Date
- Feb 2010
- Answers
- 2
Design a Crystal Report and then export it to Portable Document format
.ExportToDisk(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, CurDir() & "\Abc.pdf")
-
ExportToDisk(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, CurDir.i need to generate pdf file from reports.Retrieve a data from databse as table format.i need to generate a pdf file from That table.how to do this.
-
Sponsored Ads

Reply With Quote





