Using Java Report Server Security Extension : TranslatedRoleNames
 
TranslatedRoleNames
A complex data type that describes the role names RSSE uses that match external role names.
Schema
<xsd:complexType name="TranslatedRoleNames">
<xsd:all>
<xsd:element name="Administrator" type="xsd:string" />
<xsd:element name="Operator" type="xsd:string" />
<xsd:element name="All" type="xsd:string" />
</xsd:all>
</xsd:complexType>
Elements
Administrator
The Administrator role name.
Operator
The Operator role name.
All
All other role names.