New to Telerik ReportingStart a free 30-day trial

DocumentInfo Overview

Document info indicating the status of the document resource.

JSON
{
    "documentReady": true,
    "pageCount": 10,
    "documentMapAvailable": false,
    "bookmarkNodes": [
        {
            "id": "Bikes",
            "text": "Bikes",
            "page": 3,
            "items": [
                {
                    "id": "Bikes",
                    "text": "Bikes",
                    "page": 3
                }
            ]
        },
        {
            "id": "Bikes",
            "text": "Bikes",
            "page": 3
        }
    ]
}

Fields

FieldTypeRequiredDescription
documentReadyBooleantrueIndicates whether the document processing is done
pageCountNumbertrueAn integer representing the count of the physical pages that are currently available
documentMapAvailableBooleanfalseIndicates whether document map is available to be displayed
bookmarkNodesArrayfalseAn array of BookmarkNode objects supporting the document map and the NavigateToBookmark interactive action
Not finding the help you need?
Contact Support