LoadDocument(String) Method
In This Topic
Load the report from a specified file path.
Syntax
'Declaration
Public Overloads Sub LoadDocument( _
ByVal As String _
)
public void LoadDocument(
string
)
Parameters
- filePath
The path to the file to load the report form.
See Also