HI,
When I preview the report it is in correct format but when I save it in PDF form it is not coming in the right format.
There is a textbox on 1st page.If the value of that textbox is large it prints the text on 2nd page and leaves a blank
space on 1st page.Why this is happening.Please Help me.
May
Try couple of things:
1) make your textbox multiline. There is property MultiLine so set that to true.
2) Check your report page margins. Keep it according to your page size.
Let me know if this helps
Lav
|||I have set the page margin to 0.3 and also body size is 6.8in.Still it is shifting the whole text to next page.
Text is a big paragraph .I could not find the multiline property of textbox.
Thanks in Advance.
May
|||What is your page size??
I assume 6.8in is your width.
For Multiline i meant Can grow property. Make sure its set to True.
|||also make sure your page size must be greater than your width + left margin + right margin|||Page Size is 8.5in-11in.Can Grow property is True already.
Is there any property like Keep Together.Because it is trying to keep the whole text together thats why
it is shifting it onto the next page.I tried to put textbox in a rectangle..still not working.
May
|||Is there anything else on that page? Explain me the layout of the page.
If possible add an image of report layout.
|||
I don't know how to add the image from here.Layout is like this:
CustomerName: !First(FieldCustname.value) DateEntered: Fielddate.value
Contact (subreport)
Reason: !First(FieldReason.value)
Action: !First(FieldAction.value)
Reason textbox is giving trouble.After printing the name,date n contact the rest of the page is blank.
reason text is on 2nd page.
|||
I have the same problem with a table which the report try to display on the next page when it fit, butKeepTogether is set toflase and there is noPageBreakBefore.
But it behave like if KeepTogether was set to True.
Any idea ?
No comments:
Post a Comment