Question
· Aug 17, 2021

Hidden attribute is not available

Hi Guys,

Would like to know how to hide an element or component in zen report?

I've a list of element (eg. table, images, items..etc) defined under 

XData ReportDefinition [ XMLNamespace = http://www.intersystems.com/zen/report/definition ]

{

}

and all of them don't have hidden attribute available, so how can I hide any component under ReportDefinition?

 

Thanks

Product version: Caché 2014.1
Discussion (1)2
Log in or sign up to continue

Can you elaborate on what you mean by "hide" any component under ReportDefinition.  The ReportDefinition is where you define the XML document that will be created that is later used by ReportDisplay to output the data for a PDF report, Excel utilizes the ReportDefinition.   Just because you have an entity(element/attribute/group) in a ReportDefinition doesn't mean it will be utilized in the ReportDisplay.