PrintDocument for WinForms
Generate(RefreshModeEnum) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > Generate メソッド : Generate(RefreshModeEnum) メソッド
A RefreshModeEnum value indicating what data should be refreshed during generation.
Generates the current document. Depending on the specified refresh mode, may update data-bound and calculated values.
シンタックス
'宣言
 
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).
参照

C1PrintDocument クラス
C1PrintDocument メンバ
オーバーロード一覧