d746149bb2706312d9ceccb1da163d7db5cd358c
API/CodeSamples/UseBulkCSV.md
| ... | ... | @@ -6,6 +6,8 @@ |
| 6 | 6 | |
| 7 | 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]]. |
| 8 | 8 | |
| 9 | +**Default Value:** False |
|
| 10 | + |
|
| 9 | 11 | ##Global.asax (C♯) |
| 10 | 12 | |
| 11 | 13 | ```csharp |