ActiveReports 14 .NET Edition
GrapeCity.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) _
    ) 
    public void Load( 
       Func<string,Stream> getStream
    )

    Parameters

    getStream
    The stream getter.
    See Also