How to remove additional white space in between reports data Jasper HTML view only? - jasper-reports

I am facing an issue in JasperReports HTML view. While generating the HTML view, it is showing an additional white space in between reports data (see the screenshot bellow). Actually, that extra white space is the report's footer (eg:- pdf page footer), and I don't want to show this footer in my HTML view. So, I have hidden the footer part altogether.
Is it possible to remove this white space only from the HTML view?

This issue is solved . When I set the parameter ignore pagination to true on REST API for HTML side only.

Related

How to prevent image in Crystal Reports 10 from being cut off to the second page

I'm making a Crystal Reports template. The template has some text in the header and then it has an image. If the text has a few lines, the image is normal and allowed in the first page, but if the text has many lines the image will be cut off in the first page and second page. Could it have ways to prevent the image from being cut off to the second page, such as auto-rescaling the image size?
I tried can grow and other settings in Crystal Reports 10, but it didn't work.
Report Design Picture
Make sure Keep Object Together in the properties of the image is checked. This will prevent CR to split your image across pages.
Best option in this case would be Create another section and place the image in that section instead of text and image in same section, This will force the image to go to another page if it doens't fit in first page.
For E.g, if data in report header, create one more section Report Header a and place text in that section and Report Header b and place image in this section

How to get Vertical Scrollbar in Access 2010 on a long form? Seems like a glitch

I have created a large Access Form that spans the form header, all of the detail section 22" and form footer. When viewing the form it will not allow scrolling.
I have copied elements into a fresh database and a new form with the same results. I can send a zip file with this single form to anyone interested in helping.
Ensure that you have the Scroll Bars property set to Both or Vertical Only in the Form Properties:
Seems I figured it out. My Form Header Section was too long. Seems once it gets past 10" it disables the scroll bar on my screen as I was trying to use it improperly to extend the length of my form which is limited to just the 22" . Makes sense that the Header section is not designed to be scrolled, but I had some large images with text boxes between them. Just met a limit of Access

EvoPdf Page backgrounds and Margins

I am converting HTML pages using EvoPdf and would like to add a background image. I am generating documents and would like to add a cover page, I am doing this by prepending the HTML for the cover page then putting a page break directly after.
I am using this demo as a guide http://www.evopdf.com/demo/HTML_to_PDF/PDF_Pages_Background/Add_Elements_in_Background.aspx and have found that I need to remove the page margins for the image to cover the whole page otherwise it sits inside the margins.
If I remove the margins this means the content that flows over pages now starts directly at the top of the page and flows right to the bottom. I can fix this for left and right margins by putting this in the HTML but this does not work for top and bottom margins that flow over pages. (see the generated PDF from the above demo)
Is there a way to set the PDF page background irrespective of the page margins? I have been looking at creating multiple documents with their own configuration and merging the PDF's but I really want to avoid this.
You can set up a header and footer with the heights you wanted for the top and bottom margins, and then choose to not display them on the first page. This should give you the effect you're looking for.
You can find more information about how to do this here: http://www.evopdf.com/demo/HTML_to_PDF/Headers_and_Footers/HTML_in_Header_Footer.aspx

Hidding the footer on first or last page keep footer space

Hidding the footer on first or last page keep footer space
If you hide the footer on the first or last page, SSRS keep the space for the header but it hide the content.how can i use this space because it effecting my design(some records of table are viewed separately in next page)
thanks in advance
Normally when you hide the Header/Footer the space will be available for you to use
Usually in Report Properties you can set the margins top,bottom to suit your requirements,
and it may be that Report Body and margins need some adjustment.
If all your report elements are within the limits [Width, Height] of Report Body then your report should render fine.

JasperReports HTML missing objects

I have a jrxml file which is displayed properly when previewed in PDF, but the same file doesn't display correctly when previewed in HTML.
Overlapped objects are not displayed. The alignment and formatting also changes.
You cannot display overlapped item in HTML, in Jasper Server at least. There is a similar problem in excel if you have overlapping columns etc.
The best solution all round is not to have overlapping items.