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.
Gets the list of data source names for the subreport.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public IList<string> DataSourceNames { get; }
public:
property IList<String^>^ DataSourceNames {
IList<String^>^ get();
}
member DataSourceNames : IList<string> with get
Public ReadOnly Property DataSourceNames As IList(Of String)
Property Value
Type: System.Collections.Generic.IList<String>
A list of String objects containing the names of the data sources for the subreport.
See Also
SubreportProcessingEventArgs Class
Microsoft.Reporting.WinForms Namespace
Return to top