MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / LoadDocument Method / LoadDocument(String) Method
The file to load.

LoadDocument(String) Method
Loads a report from the specified file path.
Syntax
'Declaration
 
Public Overloads Sub LoadDocument( _
   ByVal filePath As String _
) 
 

Parameters

filePath
The file to load.
Exceptions
ExceptionDescription
Thrown if the filePath is null or empty.
See Also