Save Method (C1FlexReport)
In This Topic
Saves the current report definition to a file.
Overload List
Overload | Description |
Save(String) | Saves the current report definition to a file. |
Save(String,Boolean,FontEmbedType) | Saves the current report definition to a file. |
Save(String,Boolean,Boolean,Boolean,FontEmbedType) | Saves the current report definition to a file. |
Save(Stream,Boolean,Boolean,Boolean,FontEmbedType) | Saves the current report definition to a stream. |
Save(XmlWriter) | Saves the current report definition to an System.Xml.XmlWriter object. |
Save(XmlWriter,Boolean,FontEmbedType) | Saves the current report definition to an XmlWriter object. |
Save(XmlWriter,Boolean,Boolean,FontEmbedType) | Saves the current report definition to an XmlWriter object. |
See Also