CurrentTagRowLimit
- Last UpdatedNov 17, 2021
- 1 minute read
This read-write property determines the current tag’s row limit for data retrieval. This setting overrides the default setting specified at the application level if the CurrentTagRetrievalStyle property is set to an option other than Style selected at option level.
Syntax
aaHistClientTrend.CurrentTagRowLimit = integer;
Result = aaHistClientTrend.CurrentTagRowLimit;
Remarks
The row limit applies to each query. For more information, see RowLimit. This property is relevant for all retrieval modes.
Valid values: any positive number or 0 (no row limit). The default value is 0.