Saves the current report definition to a file.

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

Syntax

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

Parameters

fileName
Type: System..::..String
Full name of the file to be created (if the file already exists, it will be overwritten).
embedAll
Type: System..::..Boolean
Whether to embed images and subreports into the output file.

See Also