ActiveReports 12
ControlStyleCreated Property

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : ControlStyleCreated Property
Gets a value indicating whether a System.Web.UI.WebControls.Style object has been created for the System.Web.UI.WebControls.WebControl.ControlStyle property. This property is primarily used by control developers.
Syntax
'Declaration
 
Public ReadOnly Property ControlStyleCreated As Boolean
public bool ControlStyleCreated {get;}

Property Value

true if a System.Web.UI.WebControls.Style object has been created for the System.Web.UI.WebControls.WebControl.ControlStyle property; otherwise, false.
See Also

Reference

WebViewer Class
WebViewer Members