SubreportProcessingEventArgs.DataSourceNames 屬性

 

發佈時間: 2016年4月

取得子報表資料來源名稱的清單。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

public IList<string> DataSourceNames { get; }
public:
property IList<String^>^ DataSourceNames {
    IList<String^>^ get();
}
member DataSourceNames : IList<string> with get
Public ReadOnly Property DataSourceNames As IList(Of String)

屬性值

Type: System.Collections.Generic.IList<String>

包含子報表資料來源名稱的 String 物件清單。

請參閱

SubreportProcessingEventArgs 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首