| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub OpenReport( _ ByVal reportDefinition As ReportDefinition, _ ByVal reportTitle As String _ ) | |
| C# | |
|---|---|
public void OpenReport( ReportDefinition reportDefinition, string reportTitle ) | |
Parameters
- reportDefinition
- ReportDefinition to be opened.
- reportTitle
- The name of the report to be opened.