Intersoft ClientUI Documentation
Stream Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewExportingEventArgs Class : Stream Property






Gets the file stream will be used in the exporting process.

Syntax

Visual Basic (Declaration) 
Public Property Stream As Stream
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewExportingEventArgs
Dim value As Stream
 
instance.Stream = value
 
value = instance.Stream
C# 
public Stream Stream {get; set;}
Delphi 
public read-write property Stream: Stream; 
JScript 
public function get,set Stream : Stream
Managed Extensions for C++ 
public: __property Stream* get_Stream();
public: __property void set_Stream( 
   Stream* value
);
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.