MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / DataSourceTools Class / ToStream Method
The GrapeCity.ActiveReports.PageReportModel.DataSource to save.

In This Topic
ToStream Method
In This Topic
Saves the specified GrapeCity.ActiveReports.PageReportModel.DataSource to a shared data source XML stream.
Syntax
'Declaration
 
Public Shared Function ToStream( _
   ByVal sharedDataSource As DataSource _
) As Stream
 

Parameters

sharedDataSource
The GrapeCity.ActiveReports.PageReportModel.DataSource to save.

Return Value

A System.IO.Stream containing the XML data of the shared data source.
See Also