ListViewWebPart.RenderWebPart method
Renders a complete Web Part control with all its sections.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub RenderWebPart ( _
output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter
Me.RenderWebPart(output)
protected override void RenderWebPart(
HtmlTextWriter output
)
Parameters
output
Type: System.Web.UI.HtmlTextWriterThe object that receives ListViewWebPart content.
Remarks
This override renders the content to the client based on the value of the ViewType property.
This override throws a WebPartPageUserException if the value of the ViewType property is invalid.