Property MaxReportPages
MaxReportPages
Gets or sets the maximum number of pages one pagination of a report may produce, or null for unlimited.
On by default (DefaultMaxReportPages). The page size comes from the definition, so a page a fraction of a point tall turns an ordinary report into millions of pages.
public int? MaxReportPages { get; set; }
Property Value
- int?
Exceptions
- ArgumentOutOfRangeException
The value is not positive.