Name | Description | |
---|---|---|
DocumentStatus Constructor |
The following tables list the members exposed by DocumentStatus.
Name | Description | |
---|---|---|
DocumentStatus Constructor |
Name | Description | |
---|---|---|
changedPages | Indices of pages that changed since the last GetDocumentStatus call (calls are tracked via the cookie field). | |
cookie | Cookie data that generated by C1Report service. | |
created | Date created. | |
documentKey | Unique key identifying a cached document. | |
error | If an error occurred on the server, contains the error description. Normally should be null. | |
exportFormats | Export formats available for current document. The list is a sequence of pairs: export format description/default extension for that format.
The description should uniquely identify the format within the list. The extension must be lowercase and should not include the dot (e.g. "pdf"). This member contains data only when the document is not generating (isGenerating is | |
h | Default page width in pixels for Zoom 100% and 96 DPI. | |
isGenerating | Indicates whether current report is generating and report information is not available. | |
name | Report name | |
pageCount | Total page count. | |
pageSizes | Array of intervals of pages with the same size. The intervals are guaranteed to be sorted by page indices, and to cover all pages from 0 to pageCount. | |
percentComplete | If report is generating, gets the approximate percent of work complete, from 0 to 100. | |
reportParams | The array of REQUIRED report parameters, filled in by the server. May be null, BUT IF this is non-null on return from server, the client must use this info to fill the param name/param value list, and pass it to the server in order to generate the document. | |
state | The current report generating state (ready, pages are being added, or pages are being updated). | |
type | View type (page images or HTML). | |
w | Default page width in pixels for Zoom 100% and 96 DPI. |