ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Image Assembly / GrapeCity.ActiveReports.Export.Image.Page Namespace / Settings Class / EndPage Property

In This Topic
    EndPage Property (Settings)
    In This Topic
    The default value of 0 in this property renders all of the report pages. Otherwise, set this value to the number of the last page to render. Please note that if the StartPage property is set to 0, all of the pages of the report render. In order to use the EndPage property, you must set the StartPage property to a valid non-zero number.
    Syntax
    'Declaration
     
    Public Property EndPage As Integer
    public int EndPage {get; set;}
    See Also