Is it possible to do this in fetchXML as part of an SSRS report query? This would be part of a query that is searching for firstname, lastname, cfn_companyname from contacts and needs to get the address fields from the customeraddress table based on the value of the cfn_cbrmailingto field on the contact.
selectline1from CustomerAddress where AddressNumber =contact.cfn_CBRMailingToand ParentId = contact.ContactIdas Address1_Line1