Problem Description:
Attempting to save changes to an existing dataset results in the changes not persisting.
Reproduction:
1) In the syncfusion report server, select the Dataset option from the Create menu.
2) Select some datasource and give a valid name and click Create
3) Drag some table into the center window and click save
4) Close this browser window
5) Select the dataset just created and click on the Edit option
6) In the sql code view, add a valid where clause for some column with a parameter for the expected value (ex: WHERE column1 = @column1)
7) Click Save
8) Close this browser window
9) Select the dataset just edited and click on the Edit option
10) Verify that the where clause added previously was not persisted
Looking forward to see your response.