ShowReport
The ShowReport function opens the report for that particular ReportID.
Syntax :
ShowReport(ReportID)
Parameters | Description |
---|---|
ReportID | Required Report ID. |
Example :
ShowReport(1010)
- This function will open the report whose ReportID is 1010.