Intersoft ClientUI Documentation
Export Method



Data stream.
Export options.
Export data to the specified stream.
Syntax
Public Sub Export( _
   ByVal stream As Stream, _
   ByVal options As UXGridViewExportOptions _
) 
Dim instance As UXGridView
Dim stream As Stream
Dim options As UXGridViewExportOptions
 
instance.Export(stream, options)
public void Export( 
   Stream stream,
   UXGridViewExportOptions options
)
public:
void Export( 
   Stream^ stream,
   UXGridViewExportOptions^ options
) 

Parameters

stream
Data stream.
options
Export options.
Requirements

Target Platforms: 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

Reference

UXGridView Class
UXGridView Members

Send Feedback