ActiveReports 9
ParameterUIClosed Event
Example 

Raised after the user closes the query parameters dialog.
Syntax
'Declaration
 
Public Event ParameterUIClosed As SectionReport.ParameterUIClosedHandler
public event SectionReport.ParameterUIClosedHandler ParameterUIClosed
Example
private void SectionReport1_ParameterUIClosed(object sender, bool Cancelled)
{
    System.Windows.Forms.MessageBox.Show ("Parameters sent.");
}
Private Sub SectionReport1_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

SectionReport Class
SectionReport Members
ShowParameterUI Property

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum