New to Telerik Reporting? Download free 30-day trial

FormatKey Overview

The document format and settings forming a key:

{
    "format": "HTML5",
    "deviceInfo": { "UseSVG": true }
}

Fields

Field Type Required Description
format String true PDF, XLSX, etc. A full list can be found at:Export Formats
deviceInfo Object false Device Information Settings. Each property of the object represents a single setting. The name of the property is the name of the setting and the value of the property is the setting value
In this article