<ReportTab>
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 report tab class. This class must extend the com.osm.datamgmt.report.tab.AbstractReportTab class.
The report tab class is used to display a report associated with a tab in the BOM Editor for an object, as shown in the image below:
The report tabs are Consolidated Report_1, Flattened Report_2 (which is a specialized version of the Consolidated report), and Structured Report_1.
Example
This example shows a report tab configured for a custom Java extension:
<ReportTab>com.acme.datamgmt.report.tab.MyReportTab</ReportTab>
Was this helpful?