The JPEG (Joint Photographic Experts Group) ImageType property in the image export dialog offers a choice of Quality in addition to all of the common options.
- DpiX
- Adjust the horizontal resolution of rendered images. The default value is 96.
- DpiY

Tip: A dot matrix printer typically prints in the 60 to 90 DPI range, a laser printer may be in the range of 600 to 1200 DPI, an inkjet printer may be in the range of 1200 to 9600 DPI, and 72 DPI is sufficient for web use. - EndPage
- The default value of zero in this and the StartPage properties render all of the report pages to images. Otherwise, set this value to the number of the last page to render.
- ImageType
- Select the type of image to which you want to render the report. Supported types are BMP, EMF, GIF, JPEG, TIFF, and PNG.
- MarginBottom
- Set the value in inches to use for the bottom margin of the image. The format is an integer or decimal with "in" as the suffix, for example "1in" for 1 inch. By default, no margins are used. The value set in this property overrides the report's settings.
- MarginLeft
- Set the value in inches to use for the left margin of the image. The format is an integer or decimal with "in" as the suffix, for example "1in" for 1 inch. By default, no margins are used. The value set in this property overrides the report's settings.
- MarginRight
- Set the value in inches to use for the right margin of the image. The format is an integer or decimal with "in" as the suffix, for example "1in" for 1 inch. By default, no margins are used. The value set in this property overrides the report's settings.
- MarginTop
- Set the value in inches to use for the top margin of the image. The format is an integer or decimal with "in" as the suffix, for example "1in" for 1 inch. By default, no margins are used. The value set in this property overrides the report's settings.
- PageHeight
- Set the value in inches to use for the height of the image. The format is an integer or decimal with "in" as the suffix, for example "11in" for 11 inches. The value set in this property overrides the report's settings.
- PageWidth
- Set the value in inches to use for the width of the image. The format is an integer or decimal with "in" as the suffix, for example "8in" for 8 inches. The value set in this property overrides the report's settings.
- Pagination
- By default, each page of a report is rendered as a separate image. Set this value to False to render the entire report as a single image.
- PrintLayoutMode
- Select how to lay out the pages of the report in the image.
- OneLogicalPageOnSinglePhysicalPage
- TwoLogicalPagesOnSinglePhysicalPage
- FourLogicalPagesOnSinglePhysicalPage
- EightLogicalPagesOnSinglePhysicalPage
- BookletMode (lays the pages out for booklet printing)
- Quality
- Specify the quality to use for a report rendered as a JPEG image. The default value is 50, and values range from 1 to 100 percent.
- SizeToFit
- By default, rendered report pages are not resized to fit within the selected image size. Set this value to True to resize the report pages.
- StartPage
- The default value of zero in this and the EndPage properties render all of the report pages to images. Otherwise, set this value to the number of the first page to render.
Reference
Rendering to Images