If I understand you correctly, you are creating local report(.RDLC) in web application. Actually, we could utilize the Store procedure to retrieve the datasource for the local report. You should return the correct dataset via ADO.NET.
Please refer to this link to get a reference:
If I understand you correctly, you are creating local report(.RDLC) in web application. Actually, we could utilize the Store procedure to retrieve the datasource for the local report. You should return the correct dataset via ADO.NET.
Please refer to this link to get a reference: