public static ReportView Active {get;}
Public Shared ReadOnly Property Active As ReportView
public static ReportView Active {get;}
Public Shared ReadOnly Property Active As ReportView
//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