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

formattedTextArea
The layout area to return the Xhtml for.

Glossary Item Box

Returns the html content of the current formatted text rendering component.

Syntax

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

Parameters

formattedTextArea
The layout area to return the Xhtml for.

See Also