[]
Saves the current PivotEngine view definition into an System.Xml.XmlWriter.
public void WriteXml(XmlWriter xw)
Type | Name | Description |
---|---|---|
XmlWriter | xw | System.Xml.XmlWriter where the view definition will be saved. |
Saves the current PivotEngine view definition into an XML file.
public void WriteXml(string path)
Type | Name | Description |
---|---|---|
string | path | Name of the file to save. |