New to Telerik ReportingStart a free 30-day trial

Device Information Settings for the WPFXAML/WPFXAMLInteractive rendering format

The following table lists the device information settings for rendering in WPFXAML and WPFXAMLInteractive format.

This rendering extension is used by the WPF Report Viewer and by default is not visible in viewer's available rendering extensions list.

Available WPFXAML/WPFXAMLInteractive 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.
BitmapScalingModestringSpecifies the algorithm used to scale bitmap images. The value must be a BitmapScalingMode enumeration member. By default it is set to Unspecified, which results in better performance, but produces a low quality scaling.
ValidateXmlCharactersbooleanSpecifies whether Unicode characters that are not XML compliant, should be allowed in the report.

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

See Also