ActiveReports Developer 7
Field(String,Boolean,Boolean) Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Data Namespace > XMLDataSource Class > Field Method : Field(String,Boolean,Boolean) Method

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.

Glossary Item Box

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

Visual Basic (Declaration) 
Public Overloads Function Field( _
   ByVal name As System.String, _
   ByVal asNodeList As System.Boolean, _
   ByVal isOutputformatNull As System.Boolean _
) As System.Object
C# 
public System.object Field( 
   System.string name,
   System.bool asNodeList,
   System.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