TableResultControl.RenderControl Method (HtmlTextWriter)
Renders the control to the page.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub RenderControl ( _
writer As HtmlTextWriter _
)
'Usage
Dim instance As TableResultControl
Dim writer As HtmlTextWriter
instance.RenderControl(writer)
public override void RenderControl(
HtmlTextWriter writer
)
Parameters
writer
Type: System.Web.UI.HtmlTextWriterThe HtmlTextWriter object that receives the rendered content.