MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / DataSourceTools Class / LoadSharedDataSource Method / LoadSharedDataSource(ResourceLocator,String) Method
The GrapeCity.ActiveReports.ResourceLocator instance.
The reference string of the shared data source.

In This Topic
LoadSharedDataSource(ResourceLocator,String) Method
In This Topic
Loads a shared data source using the specified resource locator and data source reference.
Syntax
'Declaration
 
Public Overloads Shared Function LoadSharedDataSource( _
   ByVal resourceLocator As ResourceLocator, _
   ByVal dataSourceReference As String _
) As DataSource
 

Parameters

resourceLocator
The GrapeCity.ActiveReports.ResourceLocator instance.
dataSourceReference
The reference string of the shared data source.

Return Value

See Also