New to Telerik ReportingStart a free 30-day trial

PageInfo Overview

Page info representing the state of a single document page and its content.

When the page is not available:

JSON
{
	"pageReady": false,
	"pageNumber": 1,
}

When the page is available:

JSON
{
	"pageReady": true,
	"pageNumber": 1,
	"pageContent": "<html>My page content</html>",
}

Fields

FieldTypeRequiredDescription
pageReadyBooleantrueIndicates whether the processing of the current page is complete
pageNumberNumbertrueAn integer representing the count of ready physical pages
pageContentStringfalseIf rendering to HTML formats, the value is a String holding the markup of the page. Otherwise, the value is an array of bytes representing the content in the selected format. Available only if the page is ready
Not finding the help you need?
Contact Support