True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / ExportToPDF Method

In This Topic
    ExportToPDF Method (C1TrueDBGrid)
    In This Topic
    Exports the grid to a PDF file.
    Syntax
    'Declaration
     
    Public Sub ExportToPDF( _
       ByVal filename As System.String _
    ) 
    public void ExportToPDF( 
       System.string filename
    )

    Parameters

    filename
    See Also