Version

PageRange Property

Returns/sets the range of pages to be included in the report.
Syntax
'Declaration
 
Public Property PageRange As PageRange
public PageRange PageRange {get; set;}
Exceptions
ExceptionDescription
System.ArgumentExceptionPageFrom is less than 1 or PageTo is less than 0 or PageTo greater than 0 but less than PageFrom.
Remarks

If PageTo is zero then the report will go from PageFrom until the end of the report.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also