ActiveReports 12
RenderEndTag Method

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : RenderEndTag Method
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
Syntax
'Declaration
 
Public Overridable Sub RenderEndTag( _
   ByVal writer As HtmlTextWriter _
) 
public virtual void RenderEndTag( 
   HtmlTextWriter writer
)

Parameters

writer
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.
See Also

Reference

WebViewer Class
WebViewer Members