GrapeCity ActiveReports for .NET 16.0J
CopyBaseAttributes メソッド

GrapeCity.ActiveReports.Web 名前空間 > WebViewer クラス : CopyBaseAttributes メソッド
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.
シンタックス
'宣言
 
Public Sub CopyBaseAttributes( _
   ByVal controlSrc As WebControl _
) 
public void CopyBaseAttributes( 
   WebControl controlSrc
)

パラメータ

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.
例外
例外解説
controlSrc is null 参照 (Visual Basicでは Nothing).
参照

WebViewer クラス
WebViewer メンバ