New to Telerik Reporting? Download free 30-day trial

Device Information Settings for the RTF rendering format

The following table lists the device information settings for rendering in RTF format.

Available RTF Device Information Settings

The names of the properties in Device Information Settings are Case-Sensitive.

Name Type Description
StartPage Integer The first page of the report to render. A value of 0 indicates that all pages are rendered.
EndPage Integer The last page of the report to render.
RenderingMode String Specifies whether to use Tables or Frames to render the rtf file. Available modes are:
  • Auto
  • Tables
  • Frames
The default mode is Auto. If Table/List/Crosstab report items are used in the report, the mode automatically changes to Tables, if not it uses Frames. Setting it explicitly to different value than Auto would force the RTF rendering extension to use the selected mode.
UseMetafile Boolean A flag specifying whether to render Graph, Map and Barcode items as Metafile (EMF) or Bitmap images. The default value is true.

For an example of how to set up the settings for a rendering extension, see extensions Element.

See Also

In this article