SubreportProcessingEventArgs.DataSourceNames Property
Gets the list of data source names for the subreport.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public ReadOnly Property DataSourceNames As IList(Of String)
'Usage
Dim instance As SubreportProcessingEventArgs
Dim value As IList(Of String)
value = instance.DataSourceNames
public IList<string> DataSourceNames { get; }
public:
property IList<String^>^ DataSourceNames {
IList<String^>^ get ();
}
/** @property */
public IList<String> get_DataSourceNames ()
public function get DataSourceNames () : IList<String>
Property Value
A list of string objects containing the names of the data sources for the subreport.
See Also
Reference
SubreportProcessingEventArgs Class
SubreportProcessingEventArgs Members
Microsoft.Reporting.WebForms Namespace