Image Device Information Settings
The following table lists the device information settings for rendering in IMAGE format.
Setting |
Value |
---|---|
ColorDepth |
The pixel depth of the color range supported by the image output. Valid values are 1, 4, 8, 24, and 32. The default value is 24. ColorDepth is only supported for TIFF rendering and is otherwise ignored by the report server for other image output formats.
Note
For this release of SQL Server, the value of this setting is ignored, and the TIFF image is always rendered as 24-bit.
|
Columns |
The number of columns to set for the report. This value overrides the report's original settings. |
ColumnSpacing |
The column spacing to set for the report. This value overrides the report's original settings. |
DpiX |
The resolution of the output device in x-direction. The default value is 96. |
DpiY |
The resolution of the output device in y-direction. The default value is 96. |
EndPage |
The last page of the report to render. The default value is the value for StartPage. |
MarginBottom |
The bottom margin value, in inches, to set for the report. You must include an integer or decimal value followed by "in" (for example, 1in). This value overrides the report's original settings. |
MarginLeft |
The left margin value, in inches, to set for the report. You must include an integer or decimal value followed by "in" (for example, 1in). This value overrides the report's original settings. |
MarginRight |
The right margin value, in inches, to set for the report. You must include an integer or decimal value followed by "in" (for example, 1in). This value overrides the report's original settings. |
MarginTop |
The top margin value, in inches, to set for the report. You must include an integer or decimal value followed by "in" (for example, 1in). This value overrides the report's original settings. |
OutputFormat |
One of the Graphics Device Interface (GDI) supported output formats: BMP, EMF, GIF, JPEG, PNG, or TIFF. |
PageHeight |
The page height, in inches, to set for the report. You must include an integer or decimal value followed by "in" (for example, 11in). This value overrides the report's original settings. |
PageWidth |
The page width, in inches, to set for the report. You must include an integer or decimal value followed by "in" (for example, 8.5in). This value overrides the report's original settings. |
StartPage |
The first page of the report to render. A value of 0 indicates that all pages are rendered. The default value is 1. |