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;}
Set this property to False if the report is a subreport which will take its parameter values from the parent report.
[C#]
private void rptChild_ReportStart(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub rptChild_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart |
ActiveReport Class | ActiveReport Members | ParameterUIClosed
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.