ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.ActiveReports Namespace / PrintExtension Class / Print Method / Print(SectionDocument) Method
Document to be printed.

In This Topic
    Print(SectionDocument) Method
    In This Topic
    Prints the section-based document.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Print( _
       ByVal sectionDocument As SectionDocument _
    ) As Boolean
    public static bool Print( 
       SectionDocument sectionDocument
    )

    Parameters

    sectionDocument
    Document to be printed.
    See Also