MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / DataSources Property

In This Topic
DataSources Property (Report)
In This Topic
Gets a collection of data sources from which data sets are taken for the report.
Syntax
'Declaration
 
Public ReadOnly Property DataSources As DataSourceCollection
 

Property Value

A DataSourceCollection object containing the data sources from which data sets are taken for the report.
See Also