Conditional Tables

I have a report consisting of multiple tables. The data for a table may not exist, at which time I dont want to show any part of the table - including the column headers - on my report.
If I understand correctly, a table (with column headers) defined in XML is always going to show on a report, even if there is no data; I dont have a property I can set at the table level to indicate the table will not be processed. Therefore, to conditionally show tables I have to create them entirely programmatically. Am I correct?
Thx, Mark

Dear MarkAurit,

Thanks for your consideration.

You can’t control which part of table you don’t want to show in XML. However, you can delete the parts you don’t want to show in your program, after the XML is loaded.