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

In This Topic
    GenerateDocument Event
    In This Topic
    Occurs when the document needs to be generated. Allows user to build the document content in an event handler.
    Syntax
    'Declaration
     
    Public Event GenerateDocument As EventHandler
    public event EventHandler GenerateDocument
    See Also