[]
Gets or sets the last page of the report to render (PDF RE). Must be greater than or equal to StartPage.
public int EndPage { get; set; }
| Type | Description |
|---|---|
| int | A int value indicating the last page number for rendering. Default is |
| Type | Condition |
|---|---|
| ArgumentException | Thrown if the end page is less than the start page. |