The Open Function activates the report template stored in the file FileName. If the template file does not exist, nothing happens.
Visual Basic |
---|
Public Function Open( _ ByVal FileName As String _ ) As ReportTemplate |
- FileName
- Required String. The file name of the ReportTemplate to open.
ReportTemplate object.