Saves the specified
GrapeCity.ActiveReports.PageReportModel.DataSource to a shared data source XML stream.
'Declaration
Public Shared Function ToStream( _
ByVal 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.