To reference a data element from a <wr:forEach ... var="item" > or <wr:query ... var="item" > tag inside another tag, use the following construct: '${item}/xpath' where xpath is an xpath reference from the node defined by item and the reference will return a single element.
When inside a forEach where step='N' where N > 1, you can also use ${item[1]}/xpath ... ${item[N-1]}/xpath to reference data for the N rows in each step. ${item[0]}/xpath is legal but redundent. You can also use <wr:if test='$item[1]}'> which will return true if the row[1] exists. Keep in mind that [1], [2], ... is not an absolute count but an offset from the base row presently on in the loop. And you cannot index past the set of rows that are the row presently on and the rows that will be skipped by step.
Visual Basic (Declaration) | |
---|---|
Public Class XmlDataSourceImpl Inherits DataSourceImplBase Implements WindwardInterfaces.net.windward.api.csharp.IReportDataSource |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As XmlDataSourceImpl |
C# | |
---|---|
public class XmlDataSourceImpl : DataSourceImplBase, WindwardInterfaces.net.windward.api.csharp.IReportDataSource |
Managed Extensions for C++ | |
---|---|
public __gc class XmlDataSourceImpl : public DataSourceImplBase, WindwardInterfaces.net.windward.api.csharp.IReportDataSource |
C++/CLI | |
---|---|
public ref class XmlDataSourceImpl : public DataSourceImplBase, WindwardInterfaces.net.windward.api.csharp.IReportDataSource |
System.Object
net.windward.api.csharp.DataSourceImplBase
net.windward.api.csharp.XmlDataSourceImpl
Requirements
Namespace: net.windward.api.csharp
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
Assembly: WindwardReportsAPI (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardReportsAPI\bin\Release\WindwardReportsAPI.dll)