ActiveReports 12
Style Property (WebViewer)

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : Style Property
Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control.
Syntax
'Declaration
 
Public ReadOnly Property Style As CssStyleCollection
public CssStyleCollection Style {get;}

Property Value

A System.Web.UI.CssStyleCollection that contains the HTML style attributes to render on the outer tag of the Web server control.
See Also

Reference

WebViewer Class
WebViewer Members