We have often used the crystal report as a reporting tool to create various reports.We some time need our group header to display in each and every page. In crystalreports right click crystal report-> select group expert and then select the groupyou want to display in each page. and goto the options and check the thecheckbox >Repeat group header in each page.That's it.. Your group header will...
Showing posts with label Crystal-Report. Show all posts
Showing posts with label Crystal-Report. Show all posts
Tuesday, February 13, 2007
Saturday, February 10, 2007
Display multiple columns in the Crystal Report.NET
While generating reports we are offten need to display data in multiple columns in cyrstal reports or any other report generation tool.Crystal Report provides very easy way to do it. Please follow the following steps to complete things.1) Open crystal report2) Go to the section exprert and then select details section3) Select 'Format with multiple columns' checkbox.4) A layout tab appears in the section...
Thursday, February 1, 2007
Crystal Report Field Color
In the crystal report You can also set the color of database field the dynamically. For that youhave to right click the field and select the format object then go to the font and color tab. Click the formula icon opposite to color and a formula editor opens. Put your formula whatever you want to implement and you set your color based on this formula.Happy Programmin...
Monday, August 7, 2006
Crystal Report : Add Comand:
Some times we need only a single field from a particular table while creating a report.Which sometimes has no relationship with others.To do this So many peoples are importing table and use a one field.
Crystal Reports 9.0 onwards give us a facility called command which return the fields as you have specified in the command query.
To do this go to the database expert and select add command...