LocalReport.DataSources, propriété
Obtient une collection de sources de données utilisées par le rapport.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(True)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property DataSources As ReportDataSourceCollection
[WebBrowsableAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ReportDataSourceCollection DataSources { get; }
[WebBrowsableAttribute(true)]
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
public:
property ReportDataSourceCollection^ DataSources {
ReportDataSourceCollection^ get ();
}
[<WebBrowsableAttribute(true)>]
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member DataSources : ReportDataSourceCollection with get
function get DataSources () : ReportDataSourceCollection
Valeur de propriété
Type : Microsoft.Reporting.WebForms.ReportDataSourceCollection
Objet ReportDataSourceCollection en lecture seule.
Notes
Although the collection property is ready only, you can add or remove data sources in the returned ReportDataSourceCollection object.