C1.Win.List 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 (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 String _
) As Boolean
 

Parameters

outputFileName
The name of the output file.

Return Value

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