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 embedPics,
	bool embedSubs
)
Visual Basic
Public Sub Save ( _
	fileName As String, _
	embedPics As Boolean, _
	embedSubs As Boolean _
)

Parameters

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

See Also