Adds the internally maintained RenderGraphics object created with a previous call to RenderBlockGraphicsBegin()()()() to the block flow of the current document.

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

Syntax

C#
public bool RenderBlockGraphicsEnd()
Visual Basic
Public Function RenderBlockGraphicsEnd As Boolean

Return Value

true if no warnings were generated by this call, false otherwise.

Remarks

Internally, this method calls RenderBlock(RenderObject), passing the CurrentBlockRenderGraphics as the parameter, and resets the internal variable used to hold that value.

See Also