ArcGIS Pro 2.7 API Reference Guide
SetPage Method (Report)

ArcGIS.Desktop.Reports Namespace > Report Class : SetPage Method
The new page for the report.
Sets the page of the report. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetPage( 
   CIMPage page
)
Public Sub SetPage( _
   ByVal page As CIMPage _
) 

Parameters

page
The new page for the report.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Report Class
Report Members