Generates the current document. Depending on the specified refresh mode, may update data-bound and calculated values.

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

Syntax

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

Parameters

refreshMode
Type: C1.C1Preview..::..RefreshModeEnum
A RefreshModeEnum value indicating what data should be refreshed during generation.

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