CUIDataSource.WriteResultDocument Method
Write the resulting document using the given [System.IO.TextWriter] object.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Protected Overridable Sub WriteResultDocument ( _
writer As TextWriter _
)
'Usage
Dim writer As TextWriter
Me.WriteResultDocument(writer)
protected virtual void WriteResultDocument(
TextWriter writer
)
Parameters
writer
Type: System.IO.TextWriter[System.IO.TextWriter] parameter containing the document to write.