ActiveReports 13
LoadDocument(String) Method

GrapeCity.ActiveReports.Viewer.Win Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class > LoadDocument Method : LoadDocument(String) Method

The path to the file to load the report form.

Load the report from a specified file path.
Syntax
'Declaration
 
Public Overloads Sub LoadDocument( _
   ByVal filePath As String _
) 
public void LoadDocument( 
   string filePath
)

Parameters

filePath

The path to the file to load the report form.

See Also

Reference

Viewer Class
Viewer Members
Overload List