database to pdf
-
ok been at this for days tryin to populate or create a pdf once i have selected a row from a datagrid.Basically once i have selected my desired record i wish to have all the information of that 1 record put into a pdf. If anyone has any information on this please post it too me. Thank you
-
ok been at this for days tryin to populate or create a pdf once i have selected a row from a datagrid.Basically once i have selected my desired record i wish to have all the information of that 1 record put into a pdf. If anyone has any information on this please post it too me. Thank you
-
ok been at this for days tryin to populate or create a pdf once i have selected a row from a datagrid.Basically once i have selected my desired record i wish to have all the information of that 1 record put into a pdf. If anyone has any information on this please post it too me. Thank you
You probably want to look into using crystal reports for this. Once the user has selected a row form the Datagrid you can move that row into a data table, bind that to a crsytal report, and then export that to a pdf.
-
You probably want to look into using crystal reports for this. Once the user has selected a row form the Datagrid you can move that row into a data table, bind that to a crsytal report, and then export that to a pdf.
-
ok been at this for days tryin to populate or create a pdf once i have selected a row from a datagrid.Basically once i have selected my desired record i wish to have all the information of that 1 record put into a pdf. If anyone has any information on this please post it too me. Thank you
I would look at the PrintDocument class and related. You can push these document types write to a printer such as the Adobe PDF Writer.
-
Need more information: 1) is this a windows app or web app 2) what kind of database are you using Will
-
I would look at the PrintDocument class and related. You can push these document types write to a printer such as the Adobe PDF Writer.