Ends rendering of the current inline paragraph.

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

Syntax

C#
public void RenderInlineEnd()
Visual Basic
Public Sub RenderInlineEnd

Remarks

This method ends the current internally maintained RenderParagraph object used to serve any of RenderInline... calls.

It is not necessary to call this method in order to end the current paragraph, it is also automatically ended by a call to RenderInlineBegin(Style, Object, Object) or any of the RenderBlock... or RenderDirect... methods.

This method can only be used between calls to StartDoc()()()() and EndDoc()()()() methods on the current document. For details, see RenderBlock(RenderObject).

See Also