Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The IElementsStateStorage interface contains methods that are used to work with traced controls of the report.
| Method name | Brief description | |
| ClearAllElements | The ClearAllElements method clears all elements. | |
| ClearElement | The ClearElement method clears the value of element. | |
| GetAllChangedElements | The GetAllChangedElements method gets the keys of elements with changed values. | |
| IsElementChanged | The IsElementChanged method determines whether element state has been changed. | |
| PutAllElements | The PutAllElements method saves values of all controls. | |
| PutElement | The PutElement method saves value of the selected element. |
See also: