Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a collection of data sources for the subreport.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public ReportDataSourceCollection DataSources { get; }
public:
property ReportDataSourceCollection^ DataSources {
ReportDataSourceCollection^ get();
}
member DataSources : ReportDataSourceCollection with get
Public ReadOnly Property DataSources As ReportDataSourceCollection
Property Value
Type: Microsoft.Reporting.WinForms.ReportDataSourceCollection
A collection of ReportDataSource objects.
See Also
SubreportProcessingEventArgs Class
Microsoft.Reporting.WinForms Namespace
Return to top