MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / DataSourceTools Class / LoadSharedDataSource Method / LoadSharedDataSource(String) Method
The path to the .rdsx file.

LoadSharedDataSource(String) Method
Loads a shared data source from the specified file path.
Syntax
'Declaration
 
Public Overloads Shared Function LoadSharedDataSource( _
   ByVal filePath As String _
) As DataSource
 

Parameters

filePath
The path to the .rdsx file.

Return Value

Exceptions
ExceptionDescription
Thrown if the file does not exist.
See Also