MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / CsvDataSource Class / Load Method
The stream getter.

In This Topic
Load Method (CsvDataSource)
In This Topic
Loads the csv data from the source specified in connection string.
Syntax
'Declaration
 
Public Sub Load( _
   Optional ByVal getStream As Func(Of String,Stream) _
) 
 

Parameters

getStream
The stream getter.
See Also