ReportViewer for WPF and Silverlight | ComponentOne
C1.Silverlight.ReportViewer Namespace / C1ReportViewer Class / PrintDocument Method
The name of the document to print.
The settings to use to enable vector printing for printers with limited support.
Whether or not to automatically print to the default printer for the computer without showing a print dialog.

In This Topic
    PrintDocument Method (C1ReportViewer)
    In This Topic
    Print the current document by vector printing.
    Syntax
    'Declaration
     
    Public Sub PrintDocument( _
       Optional ByVal documentName As String, _
       Optional ByVal fallbackSettings As PrinterFallbackSettings, _
       Optional ByVal useDefaultPrinter As Boolean _
    ) 
    public void PrintDocument( 
       string documentName,
       PrinterFallbackSettings fallbackSettings,
       bool useDefaultPrinter
    )

    Parameters

    documentName
    The name of the document to print.
    fallbackSettings
    The settings to use to enable vector printing for printers with limited support.
    useDefaultPrinter
    Whether or not to automatically print to the default printer for the computer without showing a print dialog.
    See Also