Interview Question in SQL Server Reporting Services (SSRS)
Interview Question :: How to send a query from a cSharp/VB.net application to a report made using SQL reporting services
Suppose my query is "SELECT * from Finance". How to pass this query from my VB/C#.net application to a report "FinanceDetails.rdl" report? Please help.

Loading ...