Reporting Services 2010 RDLC: Passing Querystring Parameters from an RDLC
Posted
by Brian MacKay
on Stack Overflow
See other posts from Stack Overflow
or by Brian MacKay
Published on 2010-05-11T14:51:31Z
Indexed on
2010/05/11
14:54 UTC
Read the original article
Hit count: 1010
I'm trying to build a simple RDLC report that shows some data, and has a 'select' link that sends the browser off to a certain url with some data in the querystring (a key).
In the vs2010 report designer, I can double-click on the column, then select action, and there are a bunch of thigns that seem like they might work. But none of them do.
Under 'enable as a hyperlink' I can pick 'go to url' but there aren't any parameter options to pass.
I also tried 'go to report' on the off chance that I could trick it into doing what I want. Here there are parameter options, but it knows that my url is not a report and the "select" link renders as text (not clickable).
Any ideas? I'm pretty sure this used to work in vs2008, and it seems like something that must be doable. But I've been pulling out my hair for several hours on this one.
© Stack Overflow or respective owner