Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class


In This Topic
    C1Report Class Events
    In This Topic

    For a list of all members of this type, see C1Report members.

    Public Events
     NameDescription
    Public EventFired before the control adds an outline entry to the report.  
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventFired when the control finishes rendering each page.  
    Public EventFired when the control finishes rendering the report.  
    Public EventFired when the control finishes rendering each Section.  
    Public EventFired before the control displays the Report Parameters dialog.  
    Public EventOccurs periodically during document generation. Allows to provide progress indication and the ability to cancel generation to the user.  
    Public EventFired when the control starts rendering a report and the data source is empty.  
    Public EventFired before each Section is printed (after it has been formatted.)  
    Public EventFired when an error occurs while rendering a report.  
    Public EventFired when the control starts rendering each page.  
    Public EventFired when the control starts rendering the report, before it opens the source recordset.  
    Public EventFired before each Section is formatted.  
    Top
    See Also