BCGControlBar Library for .NET
Save Method (GridControl)




Formatter.
Stream to save the Grid data.
Saves Grid content to a stream.
Syntax
'Declaration
 
Public Overridable Sub Save( _
   ByVal formatter As IFormatter, _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As GridControl
Dim formatter As IFormatter
Dim stream As Stream
 
instance.Save(formatter, stream)
public virtual void Save( 
   IFormatter formatter,
   Stream stream
)
public: virtual void Save( 
   IFormatter* formatter,
   Stream* stream
) 
public:
virtual void Save( 
   IFormatter^ formatter,
   Stream^ stream
) 

Parameters

formatter
Formatter.
stream
Stream to save the Grid data.
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

GridControl Class
GridControl Members

Send Feedback