ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / Print Method / Print(String) Method
Name of the document to print.

In This Topic
    Print(String) Method
    In This Topic
    Shows Print Dialog and prints the grid.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Print( _
       ByVal documentName As String _
    ) 
    public void Print( 
       string documentName
    )

    Parameters

    documentName
    Name of the document to print.
    See Also