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