MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / DataSourceTools Class / LoadSharedDataSource Method / LoadSharedDataSource(Stream) Method
The System.IO.Stream containing the XML data of the shared data source.

In This Topic
LoadSharedDataSource(Stream) Method
In This Topic
Loads a shared data source from the specified XML stream.
Syntax
'Declaration
 
Public Overloads Shared Function LoadSharedDataSource( _
   ByVal sharedDataSource As Stream _
) As DataSource
 

Parameters

sharedDataSource
The System.IO.Stream containing the XML data of the shared data source.

Return Value

See Also