LoadAttributes Method (PivotFieldStyle)
In This Topic
Loads the style properties from an
System.Xml.XmlReader.
Syntax
'Declaration
Protected Overridable Sub LoadAttributes( _
ByVal As XmlReader _
)
protected virtual void LoadAttributes(
XmlReader
)
Parameters
- xr
- System.Xml.XmlReader that contains the style properties.
See Also