ActiveReports Developer 7
CopyBaseAttributes Method
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : CopyBaseAttributes Method

controlSrc

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Sub CopyBaseAttributes( _
   ByVal controlSrc As System.Web.UI.WebControls.WebControl _
) 
C# 
public void CopyBaseAttributes( 
   System.Web.UI.WebControls.WebControl controlSrc
)

Parameters

controlSrc

See Also