[]
Reads a PivotEngine view definition from an System.Xml.XmlReader.
public void ReadXml(XmlReader xr)
Type | Name | Description |
---|---|---|
XmlReader | xr | System.Xml.XmlReader that contains the view definition. |
Reads a PivotEngine view definition from a file.
public void ReadXml(string path)
Type | Name | Description |
---|---|---|
string | path | Name of the file that contains the view definition. |