ActiveReports 12
SkinID Property

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : SkinID Property
Gets or sets the skin to apply to the control.
Syntax
'Declaration
 
Public Overridable Property SkinID As String
public virtual string SkinID {get; set;}

Property Value

The name of the skin to apply to the control. The default is System.String.Empty.
Exceptions
ExceptionDescription
The skin specified in the System.Web.UI.WebControls.WebControl.SkinID property does not exist in the theme.
See Also

Reference

WebViewer Class
WebViewer Members