Reflows the current document. If a handler has been assigned to the GenerateDocument event, that handler is invoked. Otherwise, the Generate()()()() method is called.

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

Syntax

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

Return Value

True if no warnings occurred during document generation, false if there were warnings.

See Also