MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guide de l'utilisateur Page 868

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 986
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 867
1 2 ... 863 864 865 866 867 868 869 870 871 872 873 ... 985 986

Commentaires sur ces manuels

Pas de commentaire