ActiveReports 13
GetUniqueIDRelativeTo Method

GrapeCity.ActiveReports.Web Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : GetUniqueIDRelativeTo Method
A control that is within a naming container.
Returns the prefixed portion of the System.Web.UI.Control.UniqueID property of the specified control.
Syntax
'Declaration
 
Public Function GetUniqueIDRelativeTo( _
   ByVal control As Control _
) As String
public string GetUniqueIDRelativeTo( 
   Control control
)

Parameters

control
A control that is within a naming container.

Return Value

The prefixed portion of the System.Web.UI.Control.UniqueID property of the specified control.
Exceptions
ExceptionDescription
The System.Web.UI.Control.NamingContainer property of control is null.
control is null.
See Also

Reference

WebViewer Class
WebViewer Members