How To Convert Sql Query Result Into Report
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have to convert Sql Query Result Into Report like crystal report or pdf format. Suppose I run query select EmpName, EmpDepartment from MasterDepartment. EmpName EmpDepartment Rakesh IT Shirish IT Shalu HR This way I want to print in PDF file
-
Hi, I have to convert Sql Query Result Into Report like crystal report or pdf format. Suppose I run query select EmpName, EmpDepartment from MasterDepartment. EmpName EmpDepartment Rakesh IT Shirish IT Shalu HR This way I want to print in PDF file
thakrerakesh wrote:
This way I want to print in PDF file
Then you need to use some library to produce the PDF output; take a look at iTextSharp[^].