Printing Report from SSRS via a Stored Procedure
I am working on creating a stored procedure that exports a pdf report from a SSRS report server. The report needs a parameter called “ExportId”. The procedure runs successfully but it does not create a pdf. What am I doing wrong here?