I have created four database fields: ChargesView
, CommodityView
GeneralInfoView
and LumpsumView
So I want ChargesView
with header and its details, CommodityView
with header and its details.
Ex: I want crystal reports to be like:
Report Header
Page Header
Details
Pageheader
Details
Report Footer
Page Footer
As far as I know, you can't insert a PageHeader between 2 Details.
In this case, you have to use sub-reports.
Right click on DetailSection > Insert Sub-report > Choose an preexisting report or create a new one.
A subreport is a report item that displays another report inside the body of a main report.