ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / Print Method / Print() Method

In This Topic
    Print() Method
    In This Topic
    Prints the current report with default printer settings, not showing the print progress dialog.
    Syntax
    'Declaration
     
    Public Overloads Sub Print() 
    public void Print()
    Remarks
    This method is a shortcut to the corresponding Print(...) method on the C1Report.C1Document property of the current report. The report will be rendered if it was not rendered yet.
    See Also