ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / LoadDocument Method / LoadDocument(SectionDocument) Method
the section document to open in the viewer.

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

    Parameters

    document
    the section document to open in the viewer.
    See Also