| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub OpenReport( _ ByVal report As ReportRuntime, _ ByVal reportTitle As String _ ) | |
| C# | |
|---|---|
public void OpenReport( ReportRuntime report, string reportTitle ) | |
Parameters
- report
- The report to open.
- reportTitle
- The title of the report (for visual purposes, such as Document Map).