| C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class : Save Method |
| Overload | Description |
|---|---|
| Save(String) | Saves the current report definition to a file. |
| Save(String,Boolean) | Saves the current report definition to a file. |
| Save(String,Boolean,Boolean) | Saves the current report definition to a file. |
| Save(Stream,Boolean,Boolean) | Saves the current report definition to a stream. |
| Save(XmlWriter) | Saves the current report definition to an System.Xml.XmlWriter object. |
| Save(XmlWriter,Boolean) | Saves the current report definition to an XmlWriter object. |
| Save(XmlWriter,Boolean,Boolean) | Saves the current report definition to an XmlWriter object. |