This documentation is archived and is not being maintained.
SSRSReportConceptNode.AOTsetSource Method [AX 2012]
Sets the source code of this node.
public void AOTsetSource(str source, [boolean isStatic])
Run On
Called
Parameters
-
source
- Type: str
A string that contains the new source code.
-
isStatic
- Type: boolean
The value that specifies whether the method is static; optional.
This method is overridden by nodes that have source code.