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