Exporting to an Image File (Report Builder 3.0 and SSRS)

The Image rendering extension renders a 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 GDI+: 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 OutputFormat DeviceInfo setting.

Note

You can create and modify report definitions (.rdl) in Report Builder 3.0 and in Report Designer in Business Intelligence Development Studio. Each authoring environment provides different ways to create, open, and save reports and related items. For more information, see Designing Reports in Report Designer and Report Builder 3.0 (SSRS) on the Web at microsoft.com.

In This Article

Supported Image Formats

Rendering Multiple Pages

Interactivity

TIFF Limitations

Device Information Settings

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

Arrow icon used with Back to Top linkBack to Top

Rendering 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.

Arrow icon used with Back to Top linkBack to Top

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

Arrow icon used with Back to Top linkBack to Top

TIFF Limitations

By default, if Reporting Services is installed on a computer with Microsoft Windows XP or Windows Server 2003, vertical text does not render correctly in TIFF. To render vertical text correctly, you must install the files for complex script and right-to-left languages.

Note

To enable complex scripts and right-to-left languages, open Regional and Language Options in Control Panel. In the Regional and Language Options dialog box, click the Languages tab and select Install files for complex script and right-to-left languages (including Thai), and then click OK.

Arrow icon used with Back to Top linkBack to Top

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.

Arrow icon used with Back to Top linkBack to Top