SaveSharedDataSource(Stream,DataSource) Method
Saves the specified
GrapeCity.ActiveReports.PageReportModel.DataSource to a shared data source XML file.
'Declaration
Public Overloads Shared Sub SaveSharedDataSource( _
ByVal As Stream, _
ByVal As DataSource _
)
Parameters
- stream
- A System.IO.Stream where the XML data will be written.
- sharedDataSource
- The GrapeCity.ActiveReports.PageReportModel.DataSource to save.