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