Report Generator Creation
Use the MATLAB Report Generator™ application programming interface (API) to create programs to generate reports. To get started, see Create Report Programs. Other topics below have details about the required and optional tasks, and the elements that make up a report generator program. For general information on reporters, see What Are Reporters?
To share your report generation program with others who do not have MATLAB installed on their systems, see Create Standalone Applications from Report Programs.
Classes
Functions
Topics
Overview
- Create Report Programs
 Get an overview and general information about creating a report program.
Required Report Tasks and Elements
- Create Report Containers
 Create report object to hold report content.
- Construct Report API or DOM API Objects
 Construct objects using API classes.
- Add Content to Reports
 Useappendto add content to Report API or DOM API reports and report elements.
- Close Reports
 The last step in creating a report with the DOM API is to close the report.
Optional Report Tasks and Elements
- Import API namespaces
 Import namespaces so that you do not have to use long, fully qualified class names.
- Display Progress and Debugger Messages
 Specify messages to display when generating a report.
- Display Reports
 Display the generated report in a viewer.
- Create Standalone Applications from Report Programs
 Enable sharing of report generation programs with users who do not have MATLAB installed.
Troubleshooting
Resolve Errors Stemming from Closing PDF Documents on Cloud Drives
Troubleshoot an error that is caused by file contention during PDF generation on a cloud drive.

