ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / DataSourceTools Class / SaveSharedDataSource Method / SaveSharedDataSource(FileInfo,DataSource) Method
A System.IO.FileInfo containing information about where to save the XML file.
The GrapeCity.ActiveReports.PageReportModel.DataSource to save.

In This Topic
SaveSharedDataSource(FileInfo,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 file As FileInfo, _
   ByVal sharedDataSource As DataSource _
) 
 

Parameters

file
A System.IO.FileInfo containing information about where to save the XML file.
sharedDataSource
The GrapeCity.ActiveReports.PageReportModel.DataSource to save.
See Also