Actuate Information Delivery API data types : ReportParameterType
 
ReportParameterType
A simple data type that describes parameter types.
Schema
<xsd:simpleType name="ReportParameterType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Execution" />
<xsd:enumeration value="All" />
<xsd:enumeration value="View" />
</xsd:restriction>
</xsd:simpleType>
Elements
Execution
An execution parameter
View
A view parameter.
All
An all parameter type.