Report Items Names


06-15-2009, 10:41 AM
Is a way to generate names for report items when I creating a report programmatic to not have conflict names?
Thanks for your help

Re: Report Items Names


06-15-2009, 11:54 AM
Create a dictionary for the names while you are creating the fields.

Re: Report Items Names


06-15-2009, 12:51 PM
The problem is I have a report, I loaded in ReportDefinition Object and I want to add new reports items, and I need a way to generate report item names to not be in conflict with existing items.

Re: Report Items Names


06-16-2009, 3:26 AM
How can I found if a report item name exist already?
Thanks

Re: Report Items Names


06-16-2009, 9:33 AM
Hello,

We are working on your issue and trying to create a small sample so please allow us some more time to work on it.

Regards,
Sandeep

Re: Report Items Names


06-17-2009, 5:18 AM
Hello,

Please find attached a sample application in which the desired scenario has been achieved.In the sample we have stored the names of all the report items present in the report in an ArrayList and then through a property which takes the name as an argument we have returned a boolean value that tells that a report name already exists.

Regards,
Sandeep

Re: Report Items Names


06-17-2009, 11:00 AM
Thank you very much for your help