New to Telerik ReportingStart a free 30-day trial

Device Information Settings for the PowerPoint rendering format

The following table lists the device information settings for rendering in PowerPoint (PPTX) format.

Available PowerPoint Device Information Settings

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

NameTypeDescription
StartPageIntegerThe first page of the report to render. A value of 0 indicates that all pages are rendered.
EndPageIntegerThe last page of the report to render.
UseMetafileBooleanA flag specifying whether to render Graph, Map and Barcode items as Metafile (EMF) or Bitmap images. The default value is true.
UseSvgImagesBooleanSkia only. Requires DocumentFormat.OpenXml 3+. A flag specifying whether the Skia engine embeds SVG images for Graph, Gauge, Barcode, Shape, and Cross-Section report items using the Office 2019 SVGBlip extension. When enabled, the exported items use resolution-independent vector graphics. When disabled, the Skia engine inserts raster images instead. The default value is true.
IncludeRasterFallbackBooleanWhen UseSvgImages is enabled, specifies whether to include a raster fallback image alongside the embedded SVG. The fallback ensures compatibility with Office versions older than 2019 that do not support the SVGBlip extension, however, enabling it will drastically increase the size of the exported documents. The default value is false.

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

See Also