DataSourceInfoCollection.Item[String] Property
In This Article
Returns the DataSourceInfo element with the specified name.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
#Declaration
public DataSourceInfo this[string dataSourceName] { get; }
#Parameters
Name | Type | Description |
---|---|---|
data |
String | A String value, specifying the name of the report’s parameter within the collection. |
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
The Item property searches the collection for the datasource whose name matches the parameter’s value, and returns this DataSourceInfo. If no such object is found, the indexer returns null (Nothing in Visual Basic).
See Also