Reputation: 67
I have a crystal report like this:
In this crystal report i have 2 sub reports
1.Delparkingtype.rpt 2.DelivaryDetailedrpt
i want to show DelivaryDetailedrpt headers where ever showing DelivaryDetailedrpt report
i try to set property repeat on horizontal pages..but that is not affecting any where..
so what i have to do
if any one know how to show subreport header to show where ever sub report showing..please help me
Upvotes: 0
Views: 294
Reputation: 2750
Subreports don't have Page Headers or Footers, but there is a workaround to getting them displayed by creating a "dummy" group. A great tutorial on how to do this can be found here.
Upvotes: 1