Advanced Customization > Business Logic Customization > Report Generation > Report Loading > Objective > Solution > Procedure – Loading a Windchill Report Object
  
Procedure – Loading a Windchill Report Object
1. Create a load file <WindchillHome>/loadFiles/<MyReportLoad>.xml.
<?xml version="1.0"?>
<!DOCTYPE NmLoader SYSTEM "standardX10.dtd">
<NmLoader>
<csvCreateReport
handler="com.ptc.windchill.enterprise.report.LoadReport.createR
eport">
<csvname><MyReport></csvname>
<csvcontainerPath/>
<csvdescription></csvdescription>
<csvinputPage/>
<csvresourceBundle/>
<csvuiContext></csvuiContext>
<csvreadyForUse/>
<csvsoapClass/>
<csvsoapMethod/>

<csvreportTemplateName><MyReportTemplate></csvreportTemplateNam
e>
<csvreportTemplateContainerPath/>
</csvCreateReport>
</NmLoader>
2. Load <MyReport> using the following command.
windchill wt.load.LoadFromFile -d
<WindchillHome>/loadFiles/custom/<MyReportLoad>.xml -CONT_PATH
/
3. Verify the Report exists in Windchill in the Reports table of the Site context.