This allows you to enable and set up the export of data from the data grid. This property should contain a root node value of ExportInfo along with the elements described below.
A string that specifies the virtual report path for the temporary reports exported by the grid.
A string that specifies the physical report path for the temporary reports exported by the grid.
A numeric value that specifies how many minutes the temporary file is cached before it is deleted from the server.
Default: 5
Example:
<ExportInfo>
<IISReportPath>/GridExports/</IISReportPath>
<ReportPath>D:\GridExports\</ReportPath>
</ExportInfo>