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,
	bool embed
)
Visual Basic
Public Sub Save ( _
	writer As XmlTextWriter, _
	embed As Boolean _
)

Parameters

writer
Type: System.Xml..::..XmlTextWriter
An XmlTextWriter object where the report definition will be saved.
embed
Type: System..::..Boolean
Whether to embed images and subreports into the output stream.

See Also