'Declaration Public Overloads Function Generate( _ ByVal refreshMode As RefreshModeEnum _ ) As Boolean
public bool Generate( RefreshModeEnum refreshMode )
Parameters
- refreshMode
- A C1.C1Preview.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 C1.C1Preview.C1PrintDocument.Warnings property on the current document contains the warnings that were issued).