Proprietà SubreportProcessingEventArgs.DataSourceNames

Recupera l'elenco dei nomi delle origini dati per il sottorapporto.

Spazio dei nomi  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DataSourceNames As IList(Of String)
    Get
'Utilizzo
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 ();
}
member DataSourceNames : IList<string>
function get DataSourceNames () : IList<String>

Valore proprietà

Tipo: System.Collections.Generic.IList<String>
Elenco di oggetti String contenenti i nomi delle origini dati per il sottorapporto.

Vedere anche

Riferimento

SubreportProcessingEventArgs Classe

Spazio dei nomi Microsoft.Reporting.WinForms