Admin Production rocket
Current Publication

MacrographReportsEnabled Property

Reflection Desktop VBA Guide V18.0.2
MacrographReportsEnabled Property
In This Topic
Gets or sets whether macrograph reporting is enabled.
Syntax

                     
                     
expression.MacrographReportsEnabled As Boolean

                  
where expression is a variable that represents a Terminal Object
Remarks
A macrograph is a way to define and store a set of ReGIS commands as a single character (that is, as a graphics macro). By default, ReGIS can report the contents of a specific macrograph.

If, for security or other reasons, you don't want to allow macrograph reporting, set this property to false.

The default value is true.
See Also