Generating/Rendering a PDF from a sql reporting services report - CRM 4
Filed in CRM 4.0, SQL Reporting Services on Dec.09, 2010
sounds simple dosen’t it - my objective is to run an estimate report and render to PDF all from the click of a button as shown in the screenshot below:
Heres the code –
string oppID = Request.QueryString["oppID"].ToString();
[...]
