ActiveReports 12
ToArray Method (DataSourceCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataSourceCollection Class : ToArray Method
Copies the elements of the DataSourceCollection to a new array.
Syntax
'Declaration
 
Public Function ToArray() As DataSource()
public DataSource[] ToArray()

Return Value

An array of DataSource objects containing copies of the elements of the DataSourceCollection.
See Also

Reference

DataSourceCollection Class
DataSourceCollection Members