I have a Crystal report that is being viewed using the CrystalReportViewer control on an .aspx page (using VS2008).
The report has two data-driven FieldObjects (which can contain a variable number of characters) that I would like to display on the same line next to each other.
The problem is that the text in the first FieldObject is too long that it overlaps the text in the second FieldObject.
I tried setting “CanGrow = True” and “MaxNumberOfLines = 1” in the first field object to “click” the second FieldObject on the right, but that did not work.
How to get the second FieldObject that will be displayed immediately after the first FieldObject regardless of the length of the text in the first?
We welcome any knowledge that you can drop.
source
share