Passing Stored procedure to dataset in ssrs

  • Hi all

    I have created a SSRS report and defined dataset for the same. In this one can give stored procedure name or query for that dataset.

    I want to pass stored procedure name to a data set in SSRS through .NET code

    - Anyone has any solutiong for this ?

  • Solution for this problem I was thinking will be so different. But its just the common way.

    Instead of giving stored procedures name - i have given

    "= Parameters!Stored_Proc_Name.Value"

    So one can pass stored procedure name as a parameter.

    This is working for me.

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

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