ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / DataSourceTools Class / SaveSharedDataSource Method / SaveSharedDataSource(Stream,DataSource) Method
A System.IO.Stream where the XML data will be written.
The GrapeCity.ActiveReports.PageReportModel.DataSource to save.

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

Parameters

stream
A System.IO.Stream where the XML data will be written.
sharedDataSource
The GrapeCity.ActiveReports.PageReportModel.DataSource to save.
See Also