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

Parameters

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

See Also