Renders the RTF text with parent width and autoheight.

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

Syntax

C#
public bool RenderBlockRichText(
	string rtf
)
Visual Basic
Public Function RenderBlockRichText ( _
	rtf As String _
) As Boolean

Parameters

rtf
Type: System..::..String
Text to render, can be plain text.

Return Value

Returns true if no warnings occur during rendering the object.

See Also