Click here to Skip to main content
16,020,313 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Please give answer

i want display company logo and company title on top of report
next i want display display table data from database
next i want display some heading
next some description
next some images & video
next footer data

this report changes depending on client requirement



IS It Possible using Crystal Report
Posted
Updated 18-Nov-10 1:39am
v2
Comments
Sunasara Imdadhusen 18-Nov-10 7:39am    
Do you want to change dynamically?
Vigneshb6 18-Nov-10 8:48am    
Yes You Can get the data from database

1 solution

venkat Ambala wrote:
i want display company logo and company title on top of report

You can add the logo by Insert -> Picture in crystal report. Title by Text object or parameter field if you want to load dynamically.

venkat Ambala wrote:
next i want display display table data from database

You can make connection & select the tables you want & put the fields in Details section as well as it will create header for the fields in Page header.

venkat Ambala wrote:
next i want display some heading

You can by the same way like Title.

venkat Ambala wrote:
next some description

same as like heading

I think you meant heading & description is like Group Name fields in Crystal Report which aggregates the data.

venkat Ambala wrote:
next some images & video

For images Insert -> Picture, For videos Insert-> OLE object -> Select Media clip/Video clip in the Insert object Dialog box

venkat Ambala wrote:
next footer data

In crystal report, There are options Summary, RunningTotalFields It will aggregate(Like Sum, Average, Count, Max, Min, etc.,) the value of field (which you should mention) by Group/Total

venkat Ambala wrote:
this report changes depending on client requirement

You can, There are things like parameter field, formula field, special fields. Also you can show/hide the particular report section based on criteria.

If you still have any doubt let us know with your effort, we are here.:thumbsup:
 
Share this answer
 
v2

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