[]
Gets or sets the starting page number for numbering within a report.
public int StartPageNumber { get; set; }
Type | Description |
---|---|
int | An int value indicating the starting page number. |
Report report = new Report();
report.StartPageNumber = 1;