SSRS Save as Excel shows line for Page Header - ssrs-2012

I have an SSRS RDL file. I added Page Header and a tablix to display data in grid.
When I run the report and save as excel, at the page header, there is a continuous line in the excel.
How do I remove this extra line?
Please help.

Found out that the Page Header is displayed in excel with Freeze Panes option. Excel will show the black line, when the panes are frozen. Thank you.

Related

how to show the page header value in downloaded pdf from intractive report

I have a interactive report with some values and in that page header I have some tiles and dates. When I click the download and open the interactive report PDF file,
I want the page headers to be added in the PDF eg: titles and dates
which is in page header should be added in PDF
It sounds like you have printing needs that go beyond what APEX does out of the box. There are many options for this, I'll mention two.
Many folks in the APEX community are loving APEX Office Print (AOP):
https://www.apexofficeprint.com/index.html
Another option is PL/PDF:
https://www.plpdf.com/

Master page header not showing in BIRT report

I have a problem with BIRT. I created a report with the relative Master Page, and I am trying to export it in PDF format.
While I am able to see the Master Page header and footer when I look at the report preview with the web viewer, I am not able to see the header in the PDF export of my report (but I see the footer).
In the header properties the Hide element checkbox is unchecked.
Am I missing something?
Thanks
It's a bit hard without the XML, but you can check this:
First I would check the header height in the MasterPage properties. Does is really fit what you are showing in the header? If not sure, replace header by a simple text element and try again.... The web preview tends to get to just scale to fit, while the PDF has a more strict interpretation of set sizes.
or
There are ways to manipulate the properties on 'runtime'. You could check your XML for scripts with code like this:
reportContext.getOutputFormat() == "pdf"
Or parts of it. Perhaps there is clue.

Crystal Report Footer on last page

I have been requested to make a Crystal Reports report using Visual Studio 2010, and the very last page of the report is what should contain some summary data. It is to contain nothing else, just some totals and maybe a chart or two.
How can I add a page to my report that displays that?
Use the report footer section. If desired, insert a page break before the section starts to ensure that it begins on a separate page.

Crystal report viewer not wraping correctly

I'm using Crystal reports 13 on visual studio 2010.
I have a report that is displayed in a CrystalViewerReport control and almost everything is ok except that with some details the text is not wraping correctly and some of the content is displayed out of the field area.
This only occurs in the viewer because if I export it as PDF the text is ok and no information is overlapped. So I would like to know if there is some configuration that I should apply on the control.
Thanks.
For Wrap your Text, Right Click on the textobject ,choose the formate object,Check the can grow Textbox,THus you can wrap your text.

Text over an image in an rdlc in VS2010

In VS2010, I've created an rdlc report that I want to view using the reportviewer. On the report, I want to use a scanned image underneath all the text (since it must look like the agency's letterhead), and this image must take up the whole page. The problem is that the text boxes on the report are all bumped down beneath the image. Can someone help me figure out how to make this work?
Right click the image, select Layout, Send to Back.
I'm doing this in VS 2012 now, but I think it's the same in VS 2010.
Right click the body of your report (in design mode),
Select "Body Properties..." and from there you can specify a Background Image.
You can place text above the image at design time. When ReportViewer display the report, it will look bad, but if you export the report in PDF format will look the same as you wish.
I know my answer does not resolve the problem. After working a lot on the subject, it is all I could get.
I have now tried in VS2013. No change.

Resources