Intersoft WebGrid Documentation
OutputStream Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ExportCompletedEventArgs Class : OutputStream Property






Gets or sets the output report stream that is stored in memory.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property OutputStream As Stream
Visual Basic (Usage)Copy Code
Dim instance As ExportCompletedEventArgs
Dim value As Stream
 
value = instance.OutputStream
C# 
public Stream OutputStream {get;}
Delphi 
public read-only property OutputStream: Stream; 
JScript 
public function get OutputStream : Stream
Managed Extensions for C++ 
public: __property Stream* get_OutputStream();
C++/CLI 
public:
property Stream^ OutputStream {
   Stream^ get();
}

Remarks

Developers can retrieve this stream object and use another reporting tool to display the exported data.

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 Intersoft Solutions Corp. All Rights Reserved.