ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionReport.FetchEventArgs Class / SectionReport.FetchEventArgs Constructor
End Of Fields as a Boolean value.

In This Topic
    SectionReport.FetchEventArgs Constructor
    In This Topic
    Creates a new SectionReport.FetchEventArgs instance.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal eof As Boolean _
    )
    public SectionReport.FetchEventArgs( 
       bool eof
    )

    Parameters

    eof
    End Of Fields as a Boolean value.
    See Also