Can I Split a cell on Jasper Studio? - jasper-reports

I need to create this table ( Link to my image ) on Jasper Report but I'm having some trouble to generate it on my Jaspersoft Studio. I'm using the object called "Table". Now my questions are:
Can I split a single cell in two or more cells? If it will possible, how can I do this?
Thank you so much for your help.

Why would you split cells? You have six cells in the details area: "aventi diritto" and "consumati" per different meals.
So there are six cells that would correspond to six database fields.
What you have above ("Colazione", "Pranzo", "Cena", "Medie") are just fixed texts that are not related to the six-column-details area.

Related

ActiveReports cells breaking over two lines

I am using ActiveReports 7 and exporting to XLS with a very large amount of rows and columns. The report "randomly" splits large cells over two rows. I say randomly, if i run the same report multiple times it will always break on the same row but there's nothing special on the row.
We are using
exporter.UseCellMerging = True
exporter.AutoRowHeight = True
exporter.RemoveVerticalSpace = True
Are there any other properties I need to include in order to prevent this from happening?
Large cells will split over two rows when the TextBox is splitting in the rendered view of the report as well. This is the design behavior. The textBoxes(or other controls in ActiveReports) split over pages when their is no space on the current page to display the full control. If you don't want these textBoxes to split over pages, please set the KeepTogether property of the Section in which the respective textBox is situated in, to True.
Moreover, ActiveReports 7 is a legacy product. We suggest you to try with the latest version i.e. ActiveReports 16 (https://www.grapecity.com/activereportsnet/download).
You can also post your query on our forums - https://www.grapecity.com/forums/ar-dev
or create a ticket through our support system - https://www.grapecity.com/my-account/my-support

Crystal report adding unwanted blank row when exported to excel

I'm designing a crystal report using CR11 and exporting it to excel.
On exporting, I have a row of data in Details section, which are perfectly aligned into 1 row of cells, but a blank row is added after each record.
I shifted the Details divider to the uppest i can, but the blank row is still showing.
I have also changed the grid size to 0.026cm as suggested by other guide.
Any advice on what to do?
This answer works for me.
(The two questions should probably be marked duplicate, or at least related)

How to create Table in Crystal Report

Create Table in Crystal Report
I am newbie to Crystal Report, and i am using Crystal Report 2008. I want to know, do we have table object in Crystal Report.. so that i can draw a table with specific rows and columns, and drag and drop the items to each and every table cell as per the requirement.
The problem i am facing without using table object is that, i have to align each and every element either it is text field or database field from the field explorer, so that it looks like a table and it is too much time taking.
If it can be done in Higher versions of Crystal Reports, then please give details.
you have to draw tables mannually in CR, using the line and box items from the designer,
alignment is also available, you can use gridlines and alignment options of crystal reports, its not hard at all..
Goto Insert - Ole Object - Microsoft Office Excel
It will add a excel file in your report. By dragging vertical reduce the excel object to one row and and horizontally to your required no. of Columns.
That will create a table with one row and many columns and can grow automatically in Detail section.

Crystal reports address label displays one one label in a row instead of two

Using Crystal reports to print the address labels. Two labels are displayed per row.
The crystal format chosen is of type mailing list( 6 rows X 2 item per row)
An image is added in each of the mailing list label.
Sometimes for some strange reasons, the report displays only one address label per row. It happens some time only.
Is this a problem with the design of the reports OR with the length of the label row data?
I am using crystal reports comes with the Visual Studio 2008.
Thanks
Are you always using the same machine, same printer etc?
If i was too take a guess from the above i'd say it was the attached printer/paper size impacting the number of labels per row. Try disassociating the printer/paper with the report.

How to avoid spaces between the data rows in report

I am using Jaspersoft Studio (JasperReports designer based on Eclipse) and I have defined four text fields representing four columns in a database table. But when I preview the report I have noted that each record will be displayed on a separate row (there will be a space between each row) which will look weird.
So how iIcan remove the spaces between the rows so that the table layout will be displayed normally?
Seems that i should re-size the margin so that no empty space should be under the fields..