| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub OpenReport( _ ByVal report As ReportRuntime, _ ByVal reportTitle As String, _ ByVal forceReportExecution As Boolean _ ) | |
| C# | |
|---|---|
public void OpenReport( ReportRuntime report, string reportTitle, bool forceReportExecution ) | |
Parameters
- report
- The report to open.
- reportTitle
- The title of the report (for visual purposes, such as Document Map).
- forceReportExecution
- Determines if a report with parameters will execute immediately rather than waiting for the user to enter parameter values. If the parameter's values are not valid and do not have valid default values the report will not be run.