New to Telerik ReportingStart a free 30-day trial

FormatKey Overview

The document format and settings forming a key:

JSON
{
    "format": "HTML5",
    "deviceInfo": {
        "UseSVG": true
    },
    "useCache": true,
    "baseDocumentId": "xxxx",
    "actionId": "xxxx"
}

Fields

FieldTypeRequiredDescription
formatStringtruePDF, XLSX, etc. A full list can be found at: Export Formats
deviceInfoObjectfalseDevice 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
useCacheBooleanfalseIndicates whether the returned document should be taken from cached resources if available. The default value is True
baseDocumentIdStringfalseThe base document from the cache that should service as interactivity blueprint
actionIdStringfalseThe server interactivity action that should be triggered over an existing document in order to generate the new document

For more details see CreateDocumentArgs.

Not finding the help you need?
Contact Support