[]
Saves the report layout to the provided System.Xml.XmlWriter.
public void SaveLayout(XmlWriter writer)
| Type | Name | Description |
|---|---|---|
| XmlWriter | writer | The object where the layout will be saved. |
| Type | Condition |
|---|---|
| ReportException | Thrown if the |
| Exception | Thrown if duplicate names are found in the report structure. |
Saves layout to the file in theArnet format.
[Obsolete("This method has been deprecated. Please, use SaveLayout(XmlWriter) method instead")]
public void SaveLayout(string fileName)
| Type | Name | Description |
|---|---|---|
| string | fileName | A string value representing the name of the file in which the layout is to be saved. |
Saves the report layout to the specified stream in the Arnet format.
[Obsolete("This method has been deprecated. Please, use SaveLayout(XmlWriter) method instead")]
public void SaveLayout(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The stream where the layout will be saved. |