2.340 Relationship

Applies to RDL 2011/01

The Relationship element specifies a relationship to use for correlating data in the current scope with data in a containing scope.<182><183><184><185>

The following are the parent and child elements of the Relationship element.

Parent elements

Group

Relationships

Chart

MapDataRegion

GaugePanel

CustomData

Tablix

Child elements

Relationship.ParentScope

Relationship.NaturalJoin

Relationship.JoinConditions

The following is the XML Schema definition of the Relationship element.

 <xsd:complexType name="RelationshipType">
     <xsd:choice minOccurs="1" maxOccurs="unbounded">
       <xsd:element name="ParentScope" type="xsd:string" minOccurs="0" />
       <xsd:element name="NaturalJoin" type="xsd:boolean" minOccurs="0" />
       <xsd:element name="JoinConditions" type="JoinConditionsType" minOccurs="0" />
       <xsd:any namespace="##other" processContents="lax" />
     </xsd:choice>
     <xsd:anyAttribute namespace="##other" processContents="lax" />
   </xsd:complexType>