ActiveReports 18 .NET Edition
MESCIUS.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.


In This Topic
    LoadDocument(String) Method
    In This Topic
    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