ComponentOne True DBGrid for WinForms
SaveAsC1d(String) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > PrintInfo Class > SaveAsC1d Method : SaveAsC1d(String) Method
The name of the output file.
Saves the current grid as a C1D file, which can later be loaded into a C1PrintDocument (provided by C1Report product).

Note that unlike most other print/export methods, this method does not require C1Report 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

Reference

PrintInfo Class
PrintInfo Members
Overload List