ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / XMLDataSource Class / Field Method / Field(String,Boolean,Boolean) Method
The Xpath expression relative to the current node.
Specifies whether the returned value should be the list of the nodes.  
Specifies whether to use the text of the current node.

In This Topic
    Field(String,Boolean,Boolean) Method
    In This Topic
    Returns the XML node or nodelist using the specified XPath pattern relative to the current node. The isOutputformatNull flag specifies whether to use the text of the current node.
    Syntax
    'Declaration
     
    Public Overloads Function Field( _
       ByVal name As String, _
       ByVal asNodeList As Boolean, _
       ByVal isOutputformatNull As Boolean _
    ) As Object
    public object Field( 
       string name,
       bool asNodeList,
       bool isOutputformatNull
    )

    Parameters

    name
    The Xpath expression relative to the current node.
    asNodeList
    Specifies whether the returned value should be the list of the nodes.  
    isOutputformatNull
    Specifies whether to use the text of the current node.
    See Also