How to export SSRS report to A3 Standard (4:3) Orientation otherwise pptx default orientation - reporting-services

I created the report area, body, header, and footer based on A3 dimensions,
it's exported very well on PDF, and printed well on A3 papers
But when export it to pptx, it shown in improper way, because the default size and orientation of pptx file
I tried to change the orientation and size on pptx after export, but because SSRS export the report as a pics, it didn't work.
I need to know how to control the default factors of pptx orientation and size during the exporting process.

Related

Some images not displayed in SSRS Report

I'm displaying images in my SSRS Report. Some images displayed in report and some not. Some png, jpeg images displaying but some jpeg not dispaying and no error messages. How to check the image format? Is there any restriction for image formats in SSRS? Note: It is SSRS Report in Dynamics 365 Online, so I could not check SSRS error logs.
update: Looks like the image size matters. The same file, If I resize and make it smaller size then it is displayed in the report. In my case the image size is 1.8 MB, when I resized it to 30 KB, then it is displayed in the report.

SSRS Export to Excel print format not default to 11x 17 and landscape

On my SSRS report I have set the Report Properties to Landscape, paper size to Tabloid and 17 width by 11 height with 0.25 margin. After I deployed the report and ran it on the web. Followed by exporting to Excel and printed it and it did not come out the format I have set on SSRS. Also, the I have bold the report lines by section based on the group and in Excel the bold report lines are not there.Please advise. I am thinking of moving to Crystal report might solve the problem. Any ideas. Thanks.
This isn't quite how page size works in SSRS. When you set the page size attribute, this will really only effect two things in SSRS.
How the report is displayed online. This is set via the Interactive Page Size setting, and really, only the height matters here.
Page Size sets the page size on the PDF export. We have this because PDFs are supposed to be a portable format, commonly used for printing.
Excel doesn't have this attribute as a part of the file. If you want to print to a specified page size/format, that's all handled at the time of printing by the print dialog.

Microsoft Dynamics CRM 2011: Report Viewer Print Scale

I've created a report with MS SQL Server Report Builder. When I export a PDF from the Report Viewer, I can set the scale to 100% in Acrobat Reader and it will print perfectly. But when I print it directly from the CRM Report Viewer, every element will scale down.
In the picture you can see two variants. In the background is the PDF Version and in the front is the CRM Report Viewer Version.
Here is the print Problem:
Very important for me is the bottom part (with the #). You can see that it starts on the same position on the right side, but it ends differently on the left side.
Why does this happen?
I've tried many things like changing the InteractiveSize, but nothing helps.
What I need is, that both print variants (PDF and Report Viewer) look the same and have the original size and position like in the report builder.
Any ideas/solutions?
When you use the CRM Report Viewer it uses your default printer settings in
Windows. Try to edit your default printer settings removing margins.
best.

Unable to set paper size in SSRS (it always remain Letter)

I am making a report in SSRS (SQL Server 2012). The main report has many sub reports under it. All main and sub reports have the following properties:
Orientation: Landscape
Margins: Custom
Paper Size: A4
When I export the report in Word, it always shows Paper Size as "Letter" and I have to change it to "A4" in it. Orientation and Margins are correctly exported. What's the problem with Paper Size? Why doesn't it export correct Paper Size as defined in SSRS which is "A4" and always resort to "Letter"?
EDIT
I just created a new basic test report with one Tablix in it. It is also showing same behavior i.e. even though I have set Paper Size to A4 when I export the report in Word, it changes to "Letter".

How can I change the body size during report generation?

So I have 1 report, and I need two different version of it when I export to Excel and export to PDF.
I already know how to hide certain report items depending on it being PDF or Excel, but the other problem I'm having is that the table I'm hiding is very wide.
It's for the excel version of the report, which is fine. However, the PDF version of the report now has blank pages because the body of the report is bigger than portrait page size.
Any ideas?
After an exhaustive search, i've basically come to the conclusion that "no, you can't"