Public Sub MoveReportSectionElement( _ ByVal reportSectionElement As ReportSectionElement, _ ByVal newIndex As Integer _ )
public void MoveReportSectionElement( ReportSectionElement reportSectionElement, int newIndex )
Parameters
- reportSectionElement
- The report section element.
- newIndex
- The new index location.