Using Java Report Server Security Extension : PropertyValue
 
PropertyValue
A complex data type that describes a name-value pair.
Schema
<xsd:complexType name="PropertyValue">
<xsd:all>
<xsd:element name="Name" type="xsd:string" />
<xsd:element name="Value" type="xsd:string" minOccurs="0" />
</xsd:all>
</xsd:complexType>
Elements
Name
The name portion of the name-value pair.
Value
The value portion of the name-value pair.