ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Reports Namespace / Report Class / SetExpressions Method
The expressions for the report.
Name of the report section.
The original names of the expressions that have been renamed.
The renamed expression names.
Version

SetExpressions Method
Updates the expressions of the report section. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

expressions
The expressions for the report.
reportSectionName
Name of the report section.
oldExpressionNames
The original names of the expressions that have been renamed.
renamedExpressionNames
The renamed expression names.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.3 or higher.
See Also