ActiveReports 8
BodyWriter Property
See Also 
GrapeCity.ActiveReports.Export.Html.v8 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace > IHtmlRenderingExtensionContext Interface : BodyWriter Property

Glossary Item Box

Gets a XHTMLWriter to use for the HTML body section.

Syntax

Visual Basic (Declaration) 
ReadOnly Property BodyWriter As XhtmlTextWriter
C# 
XhtmlTextWriter BodyWriter {get;}

Remarks

If the CSS style information should be embedded in the page this will return a XHTMLWriter created with a stand-alone stream. And if the CSS style information is in its own stream it will return a XHTMLWriter created from the primary stream of the stream provider.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also