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
)
Visual Basic
Public Sub Save ( _
	fileName As String _
)

Parameters

fileName
Type: System..::..String
Full name of the file to be created (if the file already exists, it will be overwritten).

Remarks

This method does not embed pictures and subreports into the output file. It only saves subreport names and saves images in external files.

See Also