Assigns an event handler delegate to render the server control and its content into its parent control.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim instance As Chart
Dim renderMethod As RenderMethod
instance.SetRenderMethodDelegate(renderMethod)
|
Parameters
- renderMethod
- The information necessary to pass to the delegate so that it can render the server control.
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