次の方法で共有


LocalReport.GetDataSourceNames メソッド ()

 

発行: 2016年4月

ローカル レポートで使用されているすべてのデータセットの名前を返します。

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

public IList<string> GetDataSourceNames()
public:
IList<String^>^ GetDataSourceNames()
member GetDataSourceNames : unit -> IList<string>
Public Function GetDataSourceNames As IList(Of String)

戻り値

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

データセット名のリストが格納されている string オブジェクトの配列。

解説

You can use the GetDataSourceNames method to verify that you have provided all of the necessary ReportDataSource.

参照

LocalReport クラス
Microsoft.Reporting.WinForms 名前空間

トップに戻る