ArcGIS Pro 2.8 API Reference Guide
SetPageHeight Method

ArcGIS.Desktop.Reports Namespace > Report Class : SetPageHeight Method
Page height of the report.
Updates the page height of the report. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetPageHeight( 
   double pageHeight
)
Public Sub SetPageHeight( _
   ByVal pageHeight As Double _
) 

Parameters

pageHeight
Page height of the report.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Report Class
Report Members