User`s guide
mlreportgen.dom.AutoNumberStream class
12-13
The value of this property should be one less than the number that you want to be
generated first. For example, if you want the number of the first item to be numbered by
this stream to be 2, set the value of this property to 1.
StreamName — Name of numbering stream
string
Name of numbering stream, specified as a string.
Tag — Tag for document element
string
Tag for document element, specified as a string.
A session-unique ID is generated as part of document element creation. The generated
tag has the form CLASS:ID, where CLASS is the class of the element and ID is the value
of the Id property of the object. You can specify a tag to replace the generated tag.
Specify your own tag value, for example, to make it easier to identify where an issue
occurred during document generation.
See Also
mlreportgen.dom.CounterInc | mlreportgen.dom.CounterReset
| mlreportgen.dom.Document.createAutoNumberStream |
mlreportgen.dom.Document.getAutoNumberStream
Related Examples
• “Automatically Number Document Content”