ActiveReports 6 Online Help
Field(String,Boolean,Boolean) Method

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
asNodeList
isOutputformatNull
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XMLDataSource Class
XMLDataSource Members
Overload List

Send Feedback