Método LocalReport.GetDataSourceNames
Returns the names of all datasets used within the local report.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
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>
Valor de retorno
Tipo: IList<String>
An array of String objects containing the list of dataset names.