When I use the “Save” method of ReportSetting class the xml setting that I get is as follows:
<?xml version=”1.0″ encoding=”utf-8″ standalone=”yes”?>
<ReportUserSettings>
<Columns />
</ReportUserSettings>
Does this mean that juist the altered settings are returned in the XML stream?
Do I need to set/get any properties before loading/saving?
I alter the grouping by dragging a column header into the top portionof the datagrid. The xml string I get after “Save” is unchanged and looks the same as the xml string mentioned above. Do I need to set anything? I’ve looked at PersistedColumProperties and PersistedSetting. Do I need to do anything special with these properties?
Imported from legacy forums. Posted by Keyhan (had 1619 views)