Good day to all!
I hope you can help me with my queries.
I am using RDLC as report tool. And to feed that RDLC I'm using a stored procedure with parameters 'Date From' and 'Date To'.
Now, I want to add another category of report which will select multiple data in a drop down list. I already created one, I also created a stored procedure for this and works perfectly.
My question is how will I display two reports in one page depending on what category the user wants it to be filtered? It has the same column number display by the way so I still have to use the created RDLC report and just want to change the SqlDataSourceID.
Thanks guys! I will appreciate all the help.
Go to the complete details ...