LocalReport.GetDataSourceNames 方法
傳回本機報表內所用的所有資料集名稱。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)
語法
'宣告
Public Function GetDataSourceNames As IList(Of String)
public IList<string> GetDataSourceNames()
public:
IList<String^>^ GetDataSourceNames()
member GetDataSourceNames : unit -> IList<string>
public function GetDataSourceNames() : IList<String>
傳回值
類型:IList<String>
string 物件的陣列,包含資料集名稱的清單。
備註
You can use the GetDataSourceNames method to verify that you have provided all of the necessary ReportDataSource.