Intersoft ClientUI Documentation
Stream Property



Gets the file stream will be used in the exporting process.
Syntax
Public Property Stream As Stream
Dim instance As UXGridViewExportingEventArgs
Dim value As Stream
 
instance.Stream = value
 
value = instance.Stream
public Stream Stream {get; set;}
public:
property Stream^ Stream {
   Stream^ get();
   void set (    Stream^ value);
}

Property Value

The file stream will be used in the exporting process.
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

UXGridViewExportingEventArgs Class
UXGridViewExportingEventArgs Members

Send Feedback