Limitations On Report
The following table describes the limitations when creating reports from a job queue
Settings | Description | Limit |
Default Maximum Number of Documents | The maximum number of documents that can be merged into a report by using Word Layout. Users can override this setting on a report-based basis on the report request page. If it is exceeded, the report will be canceled. Developers can override this setting by using the report's MaximumDocumentCount property. Client users can do the same when they run a report from the report request page | 200 |
Max. Number of Documents | The maximum number of documents that can be merged into a report by using Word Layout. If it is exceeded, the report will be canceled. | 500 |
Default maximum execution timeout | The maximum execution time that it can take to generate a report by default. Users can override this setting on a report-based basis on the report request page. If it is exceeded, the report will be canceled. Developers can override this setting by using the report's ExecutionTimeout property. Client users can do the same through the Limits and settings report, or when you run a report from a report request page as a one-time change. | 6 hours |
Maximum Execution Timeout | The maximum execution time it can take to generate a report. If it is exceeded, the report will be canceled. | 12 hours |
Default maximum number of rows | The maximum number of rows that can be processed in the report by default. Users can override this setting on a report-based basis on the report request page. If it is exceeded, the report will be canceled. Developers can override this setting by using the report's Maximum DataSetSize property. Client users can do the same when they run a report from the report request page. | 500,000 |
Max. Number of Rows | The maximum number of rows that can be processed in the report. If it is exceeded, the report will be canceled by the server. | 1,000,000 |