DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / ReadXml Method / ReadXml(XmlReader) Method
System.Xml.XmlReader that contains the view definition.

In This Topic
    ReadXml(XmlReader) Method
    In This Topic
    Reads a PivotEngine view definition from an System.Xml.XmlReader.
    Syntax
    'Declaration
     
    Public Overloads Sub ReadXml( _
       ByVal xr As XmlReader _
    ) 
    public void ReadXml( 
       XmlReader xr
    )

    Parameters

    xr
    System.Xml.XmlReader that contains the view definition.
    See Also