ActiveReports 12
CopyBaseAttributes Method

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : CopyBaseAttributes Method
A System.Web.UI.WebControls.WebControl that represents the source control with properties to be copied to the Web server control that this method is called from.
Copies the properties not encapsulated by the System.Web.UI.WebControls.WebControl.Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers.
Syntax
'Declaration
 
Public Sub CopyBaseAttributes( _
   ByVal controlSrc As WebControl _
) 
public void CopyBaseAttributes( 
   WebControl controlSrc
)

Parameters

controlSrc
A System.Web.UI.WebControls.WebControl that represents the source control with properties to be copied to the Web server control that this method is called from.
Exceptions
ExceptionDescription
controlSrc is null.
See Also

Reference

WebViewer Class
WebViewer Members