Assembly: System;
The IViewerUpdateSettings interface is used to set up report autoupdate parameters.
IViewerUpdateSettings
Autoupdate parameters are returned by the following properties:
Property name | Brief description | |
AsString | The AsString property determines parameters value in the String format. | |
AutoUpdateByData | The AutoUpdateByData property determines whether report will be updated on selection changing. | |
AutoUpdateInterval | The AutoUpdateInterval property determines a time interval, in which a report is autoupdated. | |
AutoUpdateIntervalUnits | The AutoUpdateIntervalUnits property determines a measurement unit of autoupdate time interval. | |
UpdateByIntervalEnabled | The UpdateByIntervalEnabled property determines whether a report is autoupdated with the set interval. |
See also: