GrapeCity ActiveReports for .NET 16.0J
FindControl(String) メソッド

GrapeCity.ActiveReports.Web 名前空間 > WebViewer クラス : FindControl(String) メソッド
The identifier for the control to be found.
Searches the current naming container for a server control with the specified id parameter.
シンタックス
'宣言
 
Public Overridable Function FindControl( _
   ByVal id As String _
) As Control
public virtual Control FindControl( 
   string id
)

パラメータ

id
The identifier for the control to be found.

戻り値の型

The specified control, or null 参照 (Visual Basicでは Nothing) if the specified control does not exist.
参照

WebViewer クラス
WebViewer メンバ