Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello.

I am working on a small project, nowadays I am working on crystal report, to generate a crystal report which method is best for, weather to generate with tables or views.

and 2nd is that I want more than one row as a heading like subject under subject i want a subject name so how can I do this!!!
Posted
Updated 11-Oct-12 11:19am
v2

1. you need records (Source of data) it doesn't matter you are using table or view or data is coming from sp or simple sql query or xml etc...
the thing is after all process you should have data in table format[ set of column(s) & row(s)] to assign it in crystal report.

2.
suppose you have columns like this,
subjId, SubjNm, SubSubjId, SubSubjNm
In crystal report, grouping option is available.
simply, add group for SubjId and another group inside it SubSubjId
and dragdrop SubjNm & SubSubjNm fields in report respectively inside group(s) or detail part.

Happy Coding!
:)
 
Share this answer
 
Tables or Views doesn't make any difference to Crystal Reports, or any other reporting for that matter.

As for the second thing, I don't use Crystal Reports, so I don't know.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900