Chen Ying


HI guys,

I want to add some customized text to the report programmatically before the report is rendered. As it has to be done for all the reports, I don't want to do it report by report.

For example, the report needs to display user selected filters.

Any thoughts

Thansk.




Re: Adding content to the report programmatically

BobP - BIM


In order to display user select parameters, you will need to add a section to every report. Currently external items cannot access the selected values of a parameter.

peace

BobP







Re: Adding content to the report programmatically

Chen Ying

Microsoft might need to improve this by providing API to get access tp report items just like what Crystal Reports. In the end, I have to add new hidden parameter to every report, then pass the value.






Re: Adding content to the report programmatically

kcon

You can add report items dynamcially as it is without an API. Its just a mater a altering an XML file and there are plenty of ways to do that. You can easily create an entire report dynamically let alone adding some standard text to each report.