ReadXml Method (PivotField)
In This Topic
Reads the field from an
System.Xml.XmlReader.
Syntax
'Declaration
Public Overridable Sub ReadXml( _
ByVal As XmlReader _
)
public virtual void ReadXml(
XmlReader
)
Parameters
- xr
- System.Xml.XmlReader that contains the field information.
See Also