Remove column from the business object dictionary
Posted: Tue Jun 24, 2014 6:49 pm
Hello,
Removed a property in my class that I'm registering in the report, but this property remains displayed business object dictionary, tried running the command:
report.Dictionary.BusinessObjects.Clear ();
report.Dictionary.RemoveUnusedData ();
The first command removed my relationship with the band data, the second did not see any difference.
What should I do to display the deleted columns of my object?
Thank you in advance,
Tânia
Removed a property in my class that I'm registering in the report, but this property remains displayed business object dictionary, tried running the command:
report.Dictionary.BusinessObjects.Clear ();
report.Dictionary.RemoveUnusedData ();
The first command removed my relationship with the band data, the second did not see any difference.
What should I do to display the deleted columns of my object?
Thank you in advance,
Tânia