Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Render Method
See Also 
Dundas.Charting.WebControl.Ajax.ASP Namespace > FontSelectDlg Class : Render Method


writer
Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.

Syntax

Visual Basic (Declaration)  
Protected Overridable Sub Render( _
   ByVal writer As HtmlTextWriter _
) 
Visual Basic (Usage) Copy Code
Dim instance As FontSelectDlg
Dim writer As HtmlTextWriter
 
instance.Render(writer)
C#  
protected virtual void Render( 
   HtmlTextWriter writer
)

Parameters

writer

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also