ArcGIS Pro 2.7 API Reference Guide
AddLayoutPage Method

ArcGIS.Desktop.Reports Namespace > Report Class : AddLayoutPage Method
The layout item.
The report section name to insert relate report.
Adds a layout page section to the report. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void AddLayoutPage( 
   Item layoutItem,
   string insertSectionName
)
Public Sub AddLayoutPage( _
   ByVal layoutItem As Item, _
   ByVal insertSectionName As String _
) 

Parameters

layoutItem
The layout item.
insertSectionName
The report section name to insert relate report.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
The layoutItem is invalid.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Report Class
Report Members