Saves the current document to a disk file. The persistense format (C1d or C1dx) is determined by the specified file extension. The save format defaults to C1d if the format cannot be determined from the extension.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Save(
	string fileName
)
Visual Basic
Public Sub Save ( _
	fileName As String _
)

Parameters

fileName
Type: System..::..String
The target file name.

See Also