Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 3.8 KB

exporting-to-an-image-file-report-builder-and-ssrs.md

File metadata and controls

69 lines (47 loc) · 3.8 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic ms.custom
Export a paginated report to an Image File (Report Builder)
In Report Builder, the Image rendering extension renders a paginated report to a bitmap or metafile. The default is a TIFF file viewable in multiple pages.
maggiesMSFT
maggies
06/07/2023
reporting-services
report-builder
conceptual
updatefrequency5

Export a paginated report to an Image File (Report Builder)

[!INCLUDEssrs-appliesto] [!INCLUDE ssrs-appliesto-ssrs-rb] [!INCLUDE ssrs-appliesto-pbi-rb] [!INCLUDE ssrb-applies-to-ssdt-yes]

The Image rendering extension renders a paginated report to a bitmap or metafile. By default, the Image rendering extension produces a TIFF file of the report, which can be viewed in multiple pages. When the client receives the image, it can be displayed in an image viewer and printed. This topic provides Image renderer-specific information and describes exceptions to the rendering rules.

The Image rendering extension can generate files in any of the formats supported by [!INCLUDEndptecgdiplus]: BMP, EMF, EMFPlus, GIF, JPEG, PNG, and TIFF. For TIFF format, the file name of the primary stream is ReportName.tif. For all other formats, which render as a single page per file, the file name is ReportName_Page.ext where .ext is the file extension for the chosen format. To produce a file in another Image-supported format, specify any of the above listed strings in the OutputFormatDeviceInfo setting.

Note

[!INCLUDEssRBRDDup]

Supported Image Formats

The following table shows the file extension and MimeType for each Image renderer format.

Type Extension MIMEType
BMP bmp image/bmp
GIF gif image/gif
JPEG jpeg image/jpeg
PNG png image/png
TIFF tif image/tiff
EMF emf image/emf
EMFPlus emf image/emf

Render Multiple Pages

TIFF is the only format that supports multiple page documents in a single file. Other formats, such as JPG or PNG, output one page at a time and require a separate call to the rendering extension for each page.

Interactivity

Interactivity is not supported in any Image formats generated by this renderer. The following interactive elements are not rendered:

  • Hyperlinks

  • Show or Hide

  • Document Map

  • Drillthrough or clickthrough links

  • End user sort

  • Fixed headers

  • Bookmarks

Device Information Settings

You can change some default settings for this renderer by changing the device information settings. For more information, see Image Device Information Settings.

See also