Is it possible to access the parameters from a report?
Hi,
Yes, you can bind them to the data sources and/or you can access them through the expression language using “=Parameters.ParamName”.
Thanks,
Leo
I am sorry, I should have been more specific. Is it possible to access the report parameters from code in C#. For example, I will have a parameter in the report called Include Attachments. When this parameter is checked, when an export if performed I need to check this parameter In the Exported event handler and append the attachments to the exported file.