e36cecdd1d876c56516f6446c33f8ebd26a72b29
API/CodeSamples/UseBulkCSV.md
| ... | ... | @@ -1,5 +1,9 @@ |
| 1 | 1 | #UseBulkCSV |
| 2 | 2 | |
| 3 | +[[_TOC_]] |
|
| 4 | + |
|
| 5 | +##About |
|
| 6 | + |
|
| 3 | 7 | Gets or sets the value indicating whether Izenda will use Bulk CSV. If true, the CSV button will be replaced with the Bulk CSV button on the toolbar of the ReportDesigner and ReportViewer. This icon looks the same as the regular CSV icon, except that it will perform a different function. The bulk CSV option is constrained by the [[ExportLimit|/API/CodeSamples/ExportLimit]]. |
| 4 | 8 | |
| 5 | 9 | ##Global.asax (C♯) |