ReportViewerWebPart.RenderChildren Method
This API supports the 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
- writer
Type: System.Web.UI.HtmlTextWriter
The HtmlTextWriter object that receives the rendered content.