Package com.ptc.windchill.mpml.reports
Interface MPMLinkReportService
public interface MPMLinkReportService
Service to export report to excel.
Supported API: true
Supported API: true
-
Method Summary
Modifier and TypeMethodDescriptiongenerateXLSReport(ReportParams params) This service will generate excel report for provided inputs.
-
Method Details
-
generateXLSReport
This service will generate excel report for provided inputs. Typical inputs for the service are seed, upstreamNC, downstreamNC and type of report you want.
Supported API: true- Parameters:
params-- Returns:
- Throws:
WTException
-