See Also

ActiveReport Class  | ActiveReport Members  | ParameterUIClosed

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

ShowParameterUI Property

Sets or returns whether or not the query parameters dialog box will appear when the report is run.

[Visual Basic]
Public Property ShowParameterUI As Boolean
[C#]
public bool ShowParameterUI {get; set;}

Remarks

Set this property to False if the report is a subreport which will take its parameter values from the parent report.

Example

[C#] 

private void rptChild_ReportStart(object sender, System.EventArgs eArgs) 
{     
    this.ShowParameterUI = false; 
}

[Visual Basic] 

Private Sub rptChild_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart
    Me.ShowParameterUI = False
End Sub

See Also

ActiveReport Class  | ActiveReport Members  | ParameterUIClosed

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.