ActiveReports 12
NamingContainer Property

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : NamingContainer Property
Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same System.Web.UI.Control.ID property value.
Syntax
'Declaration
 
Public Overridable ReadOnly Property NamingContainer As Control
public virtual Control NamingContainer {get;}

Property Value

The server control's naming container.
See Also

Reference

WebViewer Class
WebViewer Members