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

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

    Parameters

    filePath
    The file to load.
    See Also