Version

Render Method (WebScheduleDataProviderBase)

Renders the data provider at design-time.
Syntax
'Declaration
 
Protected Overrides Sub Render( _
   ByVal writer As HtmlTextWriter _
) 
protected override void Render( 
   HtmlTextWriter writer
)

Parameters

writer
An HtmlTextWriter in which to write markup at run-time (not used).
Remarks

All WebScheduleDataProviderBase is a nonvisual element, and renders no HTML at run-time.

At design-time, it renders a small, rectangular token to facilitate selection.

Inheritors should not override Render, they should instead override the RenderContents method to customize the design-time appearance of the data provider. This ensures the safeguards preventing run-time rendering can be applied.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also