ActiveReports 13
ApplyStyleSheetSkin Method

GrapeCity.ActiveReports.Web Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : ApplyStyleSheetSkin Method
The System.Web.UI.Page containing the control.
Applies the style properties defined in the page style sheet to the control.
Syntax
'Declaration
 
Public Overridable Sub ApplyStyleSheetSkin( _
   ByVal page As Page _
) 
public virtual void ApplyStyleSheetSkin( 
   Page page
)

Parameters

page
The System.Web.UI.Page containing the control.
Exceptions
ExceptionDescription
The style sheet is already applied.
See Also

Reference

WebViewer Class
WebViewer Members