Creating a table in Crystal Reports Basic (one built-in vs2008)?

Is it possible to create a table with these crystal reports, because I need to compose or format my data into a table (and not a cross tab), is there any way to do this, I think my toolbar is limited only to lines and boxes and main shapes.

+4
source share
3 answers

There are several things you can do to make it look like a table:

  • Create each row in the report represents a row in the table.
  • Place a frame / column around the table with the "Insert Box" in the toolbar and just start drawing the field in the header (or group header) and end in the footer (or group footer), and when you view the report, you will see a window around the whole tables [report]
  • Column grid rows can be easily completed by connecting the top and bottom of the window. they will then be expanded in preview mode.

Top Tip: Scaling to the right, say 300%, makes it easy to merge, and investigate the snap to the grid you might want, just turn it off, it can make life easier (when you need maximum precision)

+5
source

If you need to display data in a table, you can get an ad with details, groups, subsections and formulas. For example, the sum({A},{B}) formula adds all the {A} values ​​for each group {B} (best used in the group footer). If you have any specific questions, I can try to answer them.

+1
source

Sorry, Crystal reports cannot create tables. It can execute a stored procedure that creates tables, but it really is a table creation procedure.

0
source

All Articles