Exago .NET API Documentation
DbRowLimitStepSize Property
WebReports.Api.Common Namespace > General Class : DbRowLimitStepSize Property
Maximum number of rows returned on an execution. This only applies to Tables, Views and Functions. Set to 0 to return all rows.Maximum number of rows returned on a query. Set to 0 to return all rows. Set greater than 0 to enable Incremental Loading for Advanced Reports and ExpressView. The value determines how many rows are returned for each user-initiated data query.
Syntax
public System.int DbRowLimitStepSize {get; set;}

Property Value

An positive integer or 0 as described above.A positive integer or 0 as described above.
Remarks
Same as setting Admin Console > General > Database Settings > Database Row Limit.Same as setting Admin Console > General > Database Settings > Row Limit Step Size.
See Also

Reference

General Class
General Members

Exago Knowledge Base

Roles
Database Settings
Incremental Loading