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

In This Topic
    MoveGroupSection Method
    In This Topic
    Moves the group section elements to new location. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void MoveGroupSection( 
       ReportGroupHeader groupHeaderSection,
       bool moveUp
    )
    Public Sub MoveGroupSection( _
       ByVal groupHeaderSection As ReportGroupHeader, _
       ByVal moveUp As Boolean _
    ) 

    Parameters

    groupHeaderSection
    The group header section element.
    moveUp
    Move the group 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 group header section.
    Invalid group parent.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also