Udostępnij za pośrednictwem


Metoda LocalReport.GetDataSourceNames —

Returns the names of all datasets used within the local report.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
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>

Wartość zwracana

Typ: IList<String>
An array of String objects containing the list of dataset names.

Zobacz też

Informacje

LocalReport Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms