<StructuredReportTab>
Section:
Class
Required:
No
Value type:
Fully qualified Java class name
Default:
Configured in wmconf.xml
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
The fully qualified class name of the structured report tab class. This class must extend the com.osm.datamgmt.report.tab.StructuredBOMTab class.
Example
This example shows how you would configure a new structured report tab class:
<StructuredReportTab>com.acme.datamgmt.report.tab.StructuredBOMTab</StructuredReportTab>
Was this helpful?