How can we pass a parameter from main report to subreport in crystal reports XI

前端 未结 7 1688
我寻月下人不归
我寻月下人不归 2020-12-03 07:00

How can we pass a parameter from the main report to a subreport in Crystal Reports XI? I have a parameter in the main report. Now, I want to pass the same parameter to subr

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-03 07:15

    I think that using Right Click and Sub-report Links or Shared Var Between Report and Sub-report Both using Selection formula so it is suitable for limited data only Selection formula working after loading all records from Database table ... report loading bad performance so i'm tring to limit rows by passing some parameter from C#/VB and send others from main to sub report For example if you need the transaction of items in period and you can pass the period parameter from application (c# ..) and using Sub-report Links to send itemID

提交回复
热议问题