Reports for WinForms
RenderBlockGraphicsEnd メソッド

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : RenderBlockGraphicsEnd メソッド
直前の RenderBlockGraphicsBeginへの呼び出しによって 作成されて内部保持された RenderGraphicsオブジェクトを 現在のドキュメントのブロックフローに追加します。
シンタックス
'宣言
 
Public Function RenderBlockGraphicsEnd() As System.Boolean
public System.bool RenderBlockGraphicsEnd()

戻り値の型

この呼び出しによって警告が発生しなかった場合は true、その他の場合は false
解説
内部的に、このメソッドは、 RenderBlockを呼び出して CurrentBlockRenderGraphicsをパラメータとして渡して、この値の保持に使用された内部変数をリセットします。
参照

C1PrintDocument クラス
C1PrintDocument メンバ
RenderBlockGraphicsBegin メソッド
CurrentBlockRenderGraphics プロパティ
RenderGraphics クラス
StartDoc メソッド
EndDoc メソッド
Generate メソッド
Warnings プロパティ