Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
APPLIES TO:
Power BI Report Builder
Power BI Desktop
The Image rendering extension renders a Power BI paginated report to a bitmap or metafile. By default, the Image rendering extension produces a TIFF file of the report, which you can view in multiple pages. When the client receives the image, it can display the image in an image viewer and print it. This article 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 GDI+: BMP, EMF, EMFPlus, GIF, JPEG, PNG, and TIFF. For the 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
You can create and modify paginated report definition (.rdl) files in Power BI Report Builder.
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 |
Rendering multiple pages
TIFF is the only format that supports multiple page documents in a single file. Other formats, such as JPEG or PNG, output one page at a time and require a separate call to the rendering extension for each page.
Interactivity
This renderer doesn't support interactivity in any generated image formats. The renderer doesn't render the following interactive elements:
- 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.
Related content
- Pagination in Reporting Services (Power BI Report Builder)
- Rendering Behaviors (Power BI Report Builder)
- Interactive Functionality for Different Report Rendering Extensions (Power BI Report Builder)
- Rendering Report Items (Power BI Report Builder)
- Tables, Matrices, and Lists (Power BI Report Builder)