| Visual Basic (Declaration) | |
|---|---|
Public Property ShowParameterUI As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool ShowParameterUI {get; set;} | |
| C# | Copy Code |
|---|---|
private void rptChild_ReportStart(object
sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub rptChild_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart | |
Set this property to False if the report is a subreport that will take its parameter values from the parent report.