I have a gridview on a certificates.aspx page that has a hyperlink column which when click parses the selected certificate ID as a query string to another page (view.aspx).
The view page has a report viewer control which displays the certificate for the selected record. Is there anyway export the selected certificate directly to PDF without the need for a report viewer?
The view page has a report viewer control which displays the certificate for the selected record. Is there anyway export the selected certificate directly to PDF without the need for a report viewer?