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


In This Topic
    C1PrintDocument Class Events
    In This Topic

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

    Public Events
     NameDescription
    Public EventOccurs when the Pages collection is about to be cleared.  
    Public EventOccurs when the BusyState property value has changed.  
    Public EventOccurs when the DefaultUnit property value has changed.  
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when the document generation completes.  
    Public EventOccurs when the document generation is starting.  
    Public EventOccurs when the FormsStyle property value changes.  
    Public EventOccurs when the document needs to be generated. Allows user to build the document content in an event handler.  
    Public EventOccurs when the value of a RenderInputBase object within the document has been changed.  
    Public EventOccurs periodically during document generation. Allows to provide progress indication and the ability to cancel generation to the user.  
    Public EventOccurs during document generation when a page has been generated and added to the Pages collection, and the next page is about to be generated.  
    Public EventOccurs when an already generated page of the document has been changed, for example when the PageCount variable on the page needs to be updated.  
    Public EventOccurs when a new empty page has been created and added to the document's Pages collection, but has not been resolved yet. Use this method only to change the layout of the page.  
    Public EventOccurs when the page has been removed from the document's Pages collection. This event cannot fire during document generation.  
    Public EventOccurs when the Pages collection has been cleared.  
    Public EventOccurs when a page of the document has been updated. Fires very often during document generation when fragments of objects are added to, or removed from the page.  
    Public EventOccurs when the ResolvedUnit property value has changed.  
    Top
    See Also