5c86bda06f4380b9c459997b0758d4cb6e382351
FAQ/ProcessDataSet.md
| ... | ... | @@ -18,7 +18,7 @@ The first parameter is the System.Data.DataSet retrieved from the database. It i |
| 18 | 18 | |
| 19 | 19 | In addition to manipulating the way your data looks, post-processing can assist with encryption, logging, localization, etc. The ProcessDataSet method will be called after your data has been retrieved from the database, but before it is displayed. This means you can manipulate the data however you want in order to display it as you want. For example, you can replace encrypted data values with decrypted ones. Let's explore post-processing with the ProcessDataSet method further. |
| 20 | 20 | |
| 21 | -###Example: Using post-processing |
|
| 21 | +##Example: Using post-processing |
|
| 22 | 22 | |
| 23 | 23 | For example, we want to rename the "CA" region code to "California", but only in the results grid. |
| 24 | 24 | Without any post-processing we have the following report: |