pageSize property

int? pageSize
getter/setter pair

Number of ReportRows to retrieve in a single page.

Defaults to the maximum of 1000. Values above 1000 are coerced to 1000.

Implementation

core.int? pageSize;