'宣言 Public Overloads Function Generate( _ ByVal refreshMode As RefreshModeEnum _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim refreshMode As RefreshModeEnum Dim value As System.Boolean value = instance.Generate(refreshMode)
public System.bool Generate( RefreshModeEnum refreshMode )
パラメータ
- refreshMode
- A RefreshModeEnum value indicating what data should be refreshed during generation.
戻り値の型
true if no warnings occurred during document generation, false if there were warnings (in that case, the C1PrintDocument.Warnings property on the current document contains the warnings that were issued).