Property Value
A System.Boolean value.true
if the query parameters dialog is displayed when the report is run, otherwise false
.true
if the query parameters dialog is displayed when the report is run, otherwise false
.private void rptChild_ReportStart(object sender, System.EventArgs eArgs) { this.ShowParameterUI = false; }
Private Sub rptChild_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart Me.ShowParameterUI = False End Sub