ActiveReports 13
StyleStream Property

GrapeCity.ActiveReports.Export.Html > GrapeCity.ActiveReports.Export.Html.Page Namespace > Settings Class : StyleStream Property
Gets or sets whether or not the CSS style information will be contained inside the html file, or inside a different stream. True indicates the CSS style information will be contained in its own stream; otherwise false. The default is true.
Syntax
'Declaration
 
Public Property StyleStream As Boolean
public bool StyleStream {get; set;}

Property Value

A boolean value indicating whether or not to write the CSS style information to a different stream, or embed it in the html file.
Remarks
When this value is set to False the full report will be rendered before being returned.
See Also

Reference

Settings Class
Settings Members