Actuate Information Delivery API data types : Record
 
Record
A complex data type that represents a table parameter.
Schema
<xsd:complexType name="Record">
<xsd:sequence>
<xsd:element name="FieldValue" type="typens:FieldValue
maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
Elements
FieldValue
The value of the table parameter.