ArcGIS Pro 2.8 API Reference Guide
CreateReportPaneAsync Method

ArcGIS.Desktop.Core Namespace > ReportFrameworkExtender Class : CreateReportPaneAsync Method
Does not need to be specified.
Report
Create and activate a new report pane using a Report reference. Must be called on GUI thread.
Syntax
public static Task<IReportPane> CreateReportPaneAsync( 
   PaneCollection panes,
   Report report
)
Public Shared Function CreateReportPaneAsync( _
   ByVal panes As PaneCollection, _
   ByVal report As Report _
) As Task(Of IReportPane)

Parameters

panes
Does not need to be specified.
report
Report

Return Value

Exceptions
ExceptionDescription
Must be called on GUI thread
Remarks
Be sure to call this on the GUI thread. Do not execute within a QueuedTask.Run block.
Example
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ReportFrameworkExtender Class
ReportFrameworkExtender Members