Renders the RTF text with autoheight.

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

Syntax

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

Parameters

rtf
Type: System..::..String
Text to render, can be plain text.
width
Type: System..::..Object
If null then parent width will be used.

Return Value

Returns true if no warnings occur during rendering the object.

See Also