ActiveReports Developer 7
Fragment Property
See Also 
GrapeCity.ActiveReports.Export.Html.v7 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace > Settings Class : Fragment Property

Glossary Item Box

Determine whether or not the full html text will be returned or just the contents contained inside the body tag will be returned. True indicates only the content inside the body tag will be return; otherwise false. The default is false.

Syntax

Visual Basic (Declaration) 
Public Property Fragment As System.Boolean
C# 
public System.bool Fragment {get; set;}

Property Value

A boolean value indicating whether or not to return the full html contents, or just the contents inside the body tag.

See Also