SubreportProcessingEventArgs.DataSources 属性

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

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.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.WebForms.ReportDataSourceCollection
ReportDataSource 对象的集合。

请参阅

参考

SubreportProcessingEventArgs 类

Microsoft.Reporting.WebForms 命名空间