ActiveReports 13
FindControl(String) Method

GrapeCity.ActiveReports.Web Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : FindControl(String) Method
The identifier for the control to be found.
Searches the current naming container for a server control with the specified id parameter.
Syntax
'Declaration
 
Public Overridable Function FindControl( _
   ByVal id As String _
) As Control
public virtual Control FindControl( 
   string id
)

Parameters

id
The identifier for the control to be found.

Return Value

The specified control, or null if the specified control does not exist.
See Also

Reference

WebViewer Class
WebViewer Members