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

In This Topic
    StartPage Property (Settings)
    In This Topic
    The default value of zero in this and the EndPage properties render all of the report pages to images. Otherwise, set this value to the number of the first page to render.
    Syntax
    'Declaration
     
    Public Property StartPage As Integer
    public int StartPage {get; set;}
    See Also