True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / PrintInfo Class / SaveAsC1d Method / SaveAsC1d(String) Method
The name of the output file.

In This Topic
    SaveAsC1d(String) Method
    In This Topic
    Saves the current grid as a C1D file, which can later be loaded into a C1PrintDocument.

    Note that unlike most other print/export methods, this method does not require C1.PrintDocument assemblies.

    Syntax
    'Declaration
     
    Public Overloads Function SaveAsC1d( _
       ByVal outputFileName As System.String _
    ) As System.Boolean
    public System.bool SaveAsC1d( 
       System.string outputFileName
    )

    Parameters

    outputFileName
    The name of the output file.

    Return Value

    true if the file was successfully saved, false otherwise.
    See Also