ActiveReports Developer 7
GenerateHtml Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IFormattedText Interface : GenerateHtml Method

formattedTextArea
The layout area to return the html for.

Glossary Item Box

Returns the html of the specified layout area of the formatted text rendering component.

Syntax

Visual Basic (Declaration) 
Function GenerateHtml( _
   ByVal formattedTextArea As ILayoutArea _
) As System.String
C# 
System.string GenerateHtml( 
   ILayoutArea formattedTextArea
)

Parameters

formattedTextArea
The layout area to return the html for.

See Also