Field DefaultMaxReportPages
The default cap on MaxReportPages: one hundred thousand pages per pagination.
public const int DefaultMaxReportPages = 100000
Returns
- int
- The default cap on : one hundred thousand pages per pagination.
Remarks
Page count is not proportional to input size: a definition a few bytes long can state a page a fraction of a point tall, and one textbox of ordinary text then asks for a page per line. A hundred thousand pages is far beyond any report a person prints and still cheap to refuse.