Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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>
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.