Właściwość SubreportProcessingEventArgs.DataSourceNames —
Gets the list of data source names for the subreport.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public ReadOnly Property DataSourceNames As IList(Of String)
public IList<string> DataSourceNames { get; }
public:
property IList<String^>^ DataSourceNames {
IList<String^>^ get ();
}
member DataSourceNames : IList<string> with get
function get DataSourceNames () : IList<String>
Wartość właściwości
Typ: IList<String>
A list of String objects containing the names of the data sources for the subreport.