Hi all,
i have some problem when using crystal report in asp.net.
Before this,i never use crystal report.
i am still newbie in CR.

My master report format like this

Type | January | February | March
========================================
xxxx |1500 | 0 |1500
yyyy |1800 | 1200 |1230
zzzzz |1200 | 0 |1400

this report have detail report . the detail report will contain details of month and item. Like xxxx in January,xxxx in February...
i 've made some detail report for Master report. The problem is,i don't know how to call Detail report from master report.
i want my report can call some sub report in new page when i clik some number in my report. so when i clik number 1500 in Column January,the report will call another report dan pass some parameter like 'xxxx' and 'January'.
is this possible in Crystal report?
i have search ,but still not find a clue. can some one give me clue? because i never use CR. this problem make me confuse.