[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.XMLDataSource.Field

Field Method

Field(string, bool)

Returns the XML node or nodelist using the specified XPath pattern relative to the current node.

Declaration
public object Field(string name, bool asNodeList)
Parameters
Type Name Description
string name
bool asNodeList
Returns
Type Description
object

Field(string, bool, bool)

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.

Declaration
public object Field(string name, bool asNodeList, bool isOutputformatNull)
Parameters
Type Name Description
string name
bool asNodeList
bool isOutputformatNull
Returns
Type Description
object