Saves the current report definition to an XmlTextWriter object.

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

Syntax

C#
public void Save(
	XmlTextWriter writer
)
Visual Basic
Public Sub Save ( _
	writer As XmlTextWriter _
)

Parameters

writer
Type: System.Xml..::..XmlTextWriter
An XmlTextWriter object where the report definition will be saved.

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