f6117301ad15232ad176c20a9fc75ad6cd2594ba
API/CodeSamples/ExportLimit.md
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | |
| 5 | 5 | ##About |
| 6 | 6 | |
| 7 | -Gets or sets the maximum number of records to allow during any single export operation. This applies to all exports including [[Bulk CSV|/API/CodeSamples/UseBulkCSV]] and is intended to avoid timeout issues when exporting extremely large amounts of data as well as providing users with a way to request a more extensive look into the data than what the report viewer will display. |
|
| 7 | +Gets or sets the maximum number of records to allow during any single export operation. This applies to all exports including [[Bulk CSV|/API/CodeSamples/UseBulkCSV]] and is intended to avoid timeout issues when exporting extremely large amounts of data as well as providing users with a way to request a more extensive look into the data than what the report viewer will display. This setting overrides the number input into the [[Records|http://wiki.izenda.us/Guides/ReportDesign/4.0-fields-tab]] input box on the fields tab of the report designer if the number input there exceeds the number specified by this setting. Otherwise, reports will be constrained to the amount specified by Records. |
|
| 8 | 8 | |
| 9 | 9 | **Default Value:** 100000 |
| 10 | 10 |