I have an aspx page that obtains the user selections, builds the report dataset which is then assigned to a local report, containing the RDLC file. However, I need to display the user selections on the report, how would I approach this?
Note: There an no parameters defined on the rdlc file.