Generates the current document, using the RefreshCalculatedValues refresh mode.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool Generate()
Visual Basic
Public Function Generate As Boolean

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