ActiveReports 13
Fragment Property

GrapeCity.ActiveReports.Export.Html > GrapeCity.ActiveReports.Export.Html.Page Namespace > Settings Class : Fragment Property
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
'Declaration
 
Public Property Fragment As Boolean
public 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

Reference

Settings Class
Settings Members