Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the names of all datasets used within the local report.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Function GetDataSourceNames As IList(Of String)
'Usage
Dim instance As LocalReport
Dim returnValue As IList(Of String)
returnValue = instance.GetDataSourceNames
public IList<string> GetDataSourceNames ()
public:
IList<String^>^ GetDataSourceNames ()
public IList<String> GetDataSourceNames ()
public function GetDataSourceNames () : IList<String>
Return Value
An array of String objects containing the list of dataset names.
See Also
Reference
LocalReport Class
LocalReport Members
Microsoft.Reporting.WebForms Namespace