ActiveReports 13
Field(String,Boolean) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Data Namespace > XMLDataSource Class > Field Method : Field(String,Boolean) Method
The Xpath expression relative to the current node.
Specifies whether the returned value should be the list of the nodes.
Returns the XML node or nodelist using the specified XPath pattern relative to the current node.
Syntax
'Declaration
 
Public Overloads Function Field( _
   ByVal name As String, _
   ByVal asNodeList As Boolean _
) As Object
public object Field( 
   string name,
   bool asNodeList
)

Parameters

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

Reference

XMLDataSource Class
XMLDataSource Members
Overload List