i have report i use now in report view control i have action in one of the fields to jump to another report but it kept go to the same report and i tried every thing processing mode any solution please that's the code for xml
<ActionInfo>
<Actions>
<Action>
<Drillthrough>
<ReportName>PayedFinesCashDetails</ReportName>
<Parameters>
<Parameter Name="InvoiceID">
<Value>=Fields!Invoice_ID.Value.ToString ()</Value>
</Parameter>
<Parameter Name="User">
<Value>=Parameters!User.Value</Value>
</Parameter>
<Parameter Name="SiteID">
<Value>=Fields!SiteID.Value</Value>
</Parameter>
</Parameters>
</Drillthrough>
</Action>
</Actions>
</ActionInfo>