MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guía de usuario Pagina 868

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 986
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 867
13 Create a Report Program
13-16
Stream a Report
The DOM API supports two modes of appending content to a document:
In-memory — Creates the document entirely in memory. In-memory is the default
mode.
Streaming — Streaming mode writes objects to disk as they are appended to a
document. Streaming mode allows you to create large reports on systems with modest
memory.
To enable streaming mode, set the StreamOutput property of the Document object for
the report to true.
d = Document('MyDoc');
d.StreamOutput = true;
See Also
Classes
mlreportgen.dom.Document
Related Examples
“Add Content to a Report” on page 13-11
Vista de pagina 867
1 2 ... 863 864 865 866 867 868 869 870 871 872 873 ... 985 986

Comentarios a estos manuales

Sin comentarios