Share via


ReportViewerWebPart.RenderChildren Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client.

Namespace:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly:  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Protected Overrides Sub RenderChildren ( _
    writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter 

Me.RenderChildren(writer)
protected override void RenderChildren(
    HtmlTextWriter writer
)
protected:
virtual void RenderChildren(
    HtmlTextWriter^ writer
) override
abstract RenderChildren : 
        writer:HtmlTextWriter -> unit  
override RenderChildren : 
        writer:HtmlTextWriter -> unit
protected override function RenderChildren(
    writer : HtmlTextWriter
)

Parameters

Remarks

For more information on this method, see Control.RenderChildren.

See Also

Reference

ReportViewerWebPart Class

Microsoft.ReportingServices.SharePoint.UI.WebParts Namespace