I want to create the following crystal report:
Section1(Report Header a)
[Report title]
ReportHeaderSection1(Report Header b)
[Heading 1] [Heading 2] [Heading3]
Section3(Details)
[Field1 - (string)] [Field2 - dynamic subReport or string] [Field3 - dynamic subreport or string]
Report Footer
[Page N of M]
There are also several subreports,the columns from 2 to 6.
Field2/3 in first row maybe is string. In second row it maybe is a subreport with 3 columns. and In third row it maybe is a subreport with 4 columns.
How to realize this feature using CrystalReport?
SubReport:
Section2(Page Header)
[Heading 1] [Heading 2] [Heading 3] ......
Section3(Details)
[Field1 - (string)] [Field2 - (string)] [Field3 - (string)]
Thanks in advance!
Edited by ScottQ - 12 May 2010 at 2:56pm