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
+NOTE: Some features involving cross-row calculation are not available in Bulk CSV, as Bulk CSV is processed one row at a time.
10
+
9 11
**Default Value:** True
10 12
11 13
##Global.asax (C♯)