SubreportProcessingEventArgs.DataSources 属性

返回子报表数据源的集合。

命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)

语法

声明
Public ReadOnly Property DataSources As ReportDataSourceCollection
    Get
用法
Dim instance As SubreportProcessingEventArgs
Dim value As ReportDataSourceCollection

value = instance.DataSources
public ReportDataSourceCollection DataSources { get; }
public:
property ReportDataSourceCollection^ DataSources {
    ReportDataSourceCollection^ get ();
}
member DataSources : ReportDataSourceCollection
function get DataSources () : ReportDataSourceCollection

属性值

类型:Microsoft.Reporting.WinForms.ReportDataSourceCollection
一个包含 ReportDataSource 对象的集合。

请参阅

参考

SubreportProcessingEventArgs 类

Microsoft.Reporting.WinForms 命名空间