SaveSharedDataSource(FileInfo,DataSource) Method
Saves the specified
GrapeCity.ActiveReports.PageReportModel.DataSource to a shared data source XML file.
'Declaration
Public Overloads Shared Sub SaveSharedDataSource( _
ByVal As FileInfo, _
ByVal 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.