Propriedade SubreportProcessingEventArgs.DataSourceNames
Gets the list of data source names for the subreport.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
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>
Valor de propriedade
Tipo: IList<String>
A list of String objects containing the names of the data sources for the subreport.