<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapFilter Class / ReadXml Method
System.Xml.XmlReader that contains the filter definition.

In This Topic
    ReadXml Method (C1OlapFilter)
    In This Topic
    Reads a filter from Xml.
    Syntax
    'Declaration
     
    Public Sub ReadXml( _
       ByVal xr As XmlReader _
    ) 
    public void ReadXml( 
       XmlReader xr
    )

    Parameters

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