ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / LoadDocument Method / LoadDocument(SectionReport) Method

The section report to view in the viewer.


In This Topic
    LoadDocument(SectionReport) Method
    In This Topic
    Load the specified section report object during run-time.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadDocument( _
       ByVal report As SectionReport _
    ) 
    public void LoadDocument( 
       SectionReport report
    )

    Parameters

    report

    The section report to view in the viewer.

    See Also