I'm using ssrs with the winforms ReportViewer control to display reports to my users. Sometimes they want to select some of the text that the report outputs. But the ReportViewer control does not give us that ability, it just renders the text. Is there some property that I can change in the .rdl report or some property in the ReportViewer control that would give me that ability.
I've tried to google, but can't find anything.
Any help would be greatly appreciated. :)