ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Reports Namespace / Report Class / GetExpressions Method
Name of the report section.

In This Topic
    GetExpressions Method
    In This Topic
    Gets the expressions of the report section. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Function GetExpressions( _
       ByVal reportSectionName As String _
    ) As List(Of CIMExpressionInfo)

    Parameters

    reportSectionName
    Name of the report section.
    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