ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Reports Namespace / Report Class / MoveRelateSection Method
The relate section element.
Move the relate section up if true, down if false.

In This Topic
    MoveRelateSection Method
    In This Topic
    Moves the relate section to new location. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void MoveRelateSection( 
       string relateSection,
       bool moveUp
    )
    Public Sub MoveRelateSection( _
       ByVal relateSection As String, _
       ByVal moveUp As Boolean _
    ) 

    Parameters

    relateSection
    The relate section element.
    moveUp
    Move the relate section up if true, down if false.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    The section must be a related report section.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also