Main Content
Report Explorer Reports
Add a Report Explorer report to a Report API report
Add the content generated by a Report Explorer setup
(.rpt
) file to a Report API report by using
the mlreportgen.report.RptFile
class to create a DOM
representation of the content.
Classes
mlreportgen.report.RptFile | Create Report Explorer-based reporter |
Functions
mlreportgen.report.RptFile.createTemplate | Create Report Explorer-based (RptFile) reporter template |
mlreportgen.report.RptFile.customizeReporter | Create custom Report Explorer-based reporter class |
mlreportgen.report.RptFile.getClassFolder | Report Explorer-based reporter class definition file location |
Topics
- Add Report Explorer Contents to Reports
Create a RptFile reporter to add Report Explorer content to a Report API report.
- What Are Reporters?
Get an overview of reporters and how to use them, and an overview of Report and DOM APIs.
- Define New Reporters
Create a custom reporter based on
mlreportgen.report.Reporter
. - Subclass Reporter Definitions
Copy and edit a reporter based on a built-in reporter.