ActiveReports 6 Online Help
ParameterUIClosed Event
Example 

Raised after the user closes the query parameters dialog.
Syntax
'Declaration
 
Public Event ParameterUIClosed As ActiveReport.ParameterUIClosedHandler
public event ActiveReport.ParameterUIClosedHandler ParameterUIClosed
Example
private void rptDataDynamics_ParameterUIClosed(object sender, bool Cancelled)
{
    System.Windows.Forms.MessageBox.Show ("Parameters sent.");
}
Private Sub rptDD_ParameterUIClosed(ByVal sender As Object, ByVal cancelled As Boolean) Handles MyBase.ParameterUIClosed
    MessageBox.Show("Parameters set.")
End Sub
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ActiveReport Class
ActiveReport Members
ShowParameterUI Property

Send Feedback