[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.CsvDataSource.Load

Load Method

Load(Func<string, Stream>)

Loads the csv data from the source specified in connection string.

Declaration
[Obsolete("This is obsolete and will be removed in the next version")]
public void Load(Func<string, Stream> getStream = null)
Parameters
Type Name Description
Func<string, Stream> getStream

The stream getter.