ActiveReports 9
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 System.String, _
   ByVal asNodeList As System.Boolean _
) As System.Object
public System.object Field( 
   System.string name,
   System.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.
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

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum