New to Telerik Reporting? Download 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.

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.
BitmapScalingMode string Specifies 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.
ValidateXmlCharacters boolean Specifies 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

In this article