Hi all, I have an issue in ssrs report. I have used DP class for printing customer transactions as per the requirement. I need drill through option in report to open customer transactions form. I have written created business logic in c# for drill through option. The customer transactions is opening with no filteration. It should show only the transaction related to customer. Any idea how to filter this?
This can help you http://technet.microsoft.com/en-us/library/cc582049.aspx
Kranthi,
Thanks. I will try this. Hope this helps.
Hi Kranti,
I have one question. I am working on Drill through report in SSRS AX 2012. I have used a single query both in report1 and report2 . So through query this part is done and drill through is working fine.
Now I have need to create the Drill through report via RDP. So for that I have two reports.
A. Report1 is created through RDP with some logic. and report2 is created through some query.
Now I want to link these two report. (By clicking on one field in report1 the corresponding details should open in report2.)
My main concern is to use RDP in drill through.
Do you have any idea ?
Thanks
Anuj