Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • DataSourceInfoCollection.GetDataSourceByName(String) Method

    Provides access to the report’s datasource by its name.

    Namespace: DevExpress.Snap.Core.API

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public object GetDataSourceByName(
        string name
    )

    Parameters

    Name Type Description
    name String

    A String value, specifying the datasource’s name.

    Returns

    Type Description
    Object

    A Object value, specifying the datasource.

    Remarks

    This method returns the datasource object if the specified datasource name has been found. Otherwise, the GetDataSourceByName method returns null (Nothing in Visual Basic).

    See Also