Problem: Execute and Save SSRS Report through Console App

  • I think here is a problem, in path of report-

    // Path of the Report - XLS, PDF etc.

    string fileName = @"Dev\SalesSupport\TestWethose Invoiced Transaction.rdl";

    // Name of the report - Please note this is not the RDL file.

    string _reportName = @"TestWethose Invoiced Transaction";

    Please suggest me, from where to search for path of report in order to assign it here in fileName

  • When referencing a RS report via web services use

    /foldername/reportname

    Note that the report name does not include the .rdl extension

    If you have a hierarchy of several folders then add them to the path, ie /foldername/foldername/reportname

    Far away is close at hand in the images of elsewhere.
    Anon.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply