Active Property (ReportView)
Gets the active report view.
Reference the active report view
//Confirm if the current, active view is a report view. If it is, do something.
ReportView activeReportView = ReportView.Active;
if (activeReportView != null)
{
// do something
}
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3 or higher.