NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataListItem.RenderItem

[To be supplied.]

[Visual Basic]
Overridable Public Sub RenderItem( _
   ByVal writer As HtmlTextWriter, _
   ByVal extractRows As Boolean, _
   ByVal tableLayout As Boolean _
)
[C#]
public virtual void RenderItem(
   HtmlTextWriter writer,
   bool extractRows,
   bool tableLayout
);
[C++]
public: virtual void RenderItem(
   HtmlTextWriter* writer,
   bool extractRows,
   bool tableLayout
);
[JScript]
public function RenderItem(
   writer : HtmlTextWriter,
   extractRows : Boolean,
   tableLayout : Boolean
);

Parameters

writer
[To be supplied.]
extractRows
[To be supplied.]
tableLayout
[To be supplied.]

See Also

DataListItem Class | DataListItem Members | System.Web.UI.WebControls Namespace