Xceed DataGrid for Silverlight Documentation
BaseStream Property


Gets the base stream used for the export.
Syntax
'Declaration
 
Protected ReadOnly Property BaseStream As Stream
'Usage
 
Dim instance As ExporterBase
Dim value As Stream
 
value = instance.BaseStream
protected Stream BaseStream {get;}

Property Value

A Stream representing the base stream used for the export.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

ExporterBase Class
ExporterBase Members

Send Feedback