Duncan Williamson
Duncan Williamson
About
- Username
- Duncan Williamson
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
ipong wrote: » pdf export using HttpHandler html page     var btnPDF = function (event) {         window.open("ReportPDF.ashx?ID=COA", "_blank");     } web.config <?xml version="1.0"?>              …
-
ipong wrote: » Dim response As New HttpResponseMessage(HttpStatusCode.OK) Using report As New FastReport.Report     report.Load(frxFile)     report.Report.RegisterData(dataTable, dataTable.TableName)     report.Prepare()     Usin…
-
I am having the same problem, has anyone any idea's ?