ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / LoadDocument Method / LoadDocument(SectionDocument) Method
The section document top load.

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

    Parameters

    document
    The section document top load.
    See Also