Hi guys,
When creating SSRS report by using RDP, in my report design there is one parameter called : /<name of the report>_DynamicParameter/
How to utilize it so we can print it in our report ?
If I directly print this, it will only give me somekind of number which I guess it is the recid.
In my RDP, I'm using this,Query(), and if I put the query to string variable I can see the query, should I just look at the string and parse it when they found /where/ select. But what if someone join the datasource during runtime, I think my code will break.
So may I know whether there is better way of doing it, to utilize the /<name of the report>_DynamicParameter/, instead of write code in RDP class to /manually/ get the range ? I mean, when run time, we don't either whether the user will join to other table or not.
Thanks,