ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / LoadDocument Method / LoadDocument(PageDocument) Method

The page report to open in the viewer.


In This Topic
    LoadDocument(PageDocument) Method
    In This Topic
    Load the specified static page report document.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadDocument( _
       ByVal pageDocument As PageDocument _
    ) 
    public void LoadDocument( 
       PageDocument pageDocument
    )

    Parameters

    pageDocument

    The page report to open in the viewer.

    See Also