| |
Data Dynamics Reports Support
Started by ioan.toader at 06-15-2009 10:41 AM. Topic has 6 replies.
 
 
 
|
|
Sort Posts:
|
|
|
|
06-15-2009, 10:41 AM
|
ioan.toader
Joined on 11-07-2008
Posts 18
|
|
|
Is a way to generate names for report items when I creating a report programmatic to not have conflict names? Thanks for your help
|
|
|
|
|
Report
|
|
|
|
06-15-2009, 11:54 AM
|
LearningDDR
Joined on 08-06-2008
Posts 82
|
|
|
Create a dictionary for the names while you are creating the fields.
|
|
|
|
|
Report
|
|
|
|
06-15-2009, 12:51 PM
|
ioan.toader
Joined on 11-07-2008
Posts 18
|
|
|
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.
|
|
|
|
|
Report
|
|
|
|
06-16-2009, 3:26 AM
|
ioan.toader
Joined on 11-07-2008
Posts 18
|
|
|
How can I found if a report item name exist already? Thanks
|
|
|
|
|
Report
|
|
|
|
06-16-2009, 9:33 AM
|
SandeepS
Joined on 12-11-2008
Posts 269

|
|
|
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
|
|
|
|
|
Report
|
|
|
|
06-17-2009, 5:18 AM
|
SandeepS
Joined on 12-11-2008
Posts 269

|
|
|
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
|
|
|
|
|
Report
|
|
|
|
06-17-2009, 11:00 AM
|
ioan.toader
Joined on 11-07-2008
Posts 18
|
|
|
Thank you very much for your help
|
|
|
|
|
Report
|
|
|
|
|
GrapeCity » Product Support » Data Dynamics R... » Report Items Names
|
|
|
|
|