[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Html.Page.Settings.Fragment

Fragment Property

Fragment

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

Declaration
[TypeConverter(typeof())]
public bool Fragment { get; set; }
Property Value
Type Description
bool

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