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