Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / Generate Method / Generate() Method

In This Topic
    Generate() Method
    In This Topic
    Generates the current document, using the RefreshModeEnum.RefreshCalculatedValues refresh mode.
    Syntax
    'Declaration
     
    Public Overloads Function Generate() As Boolean
    public bool Generate()

    Return Value

    true if no warnings occurred during document generation, false if there were warnings (in that case, the Warnings property on the current document contains the warnings that were issued).
    See Also