ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / LocateDataSourceArgs Class / Parameters Property

In This Topic
    Parameters Property (LocateDataSourceArgs)
    In This Topic
    Gets the collection of the parameters of the command for which the data is requested.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parameters As IReadOnlyList(Of DbParameter)
    public IReadOnlyList<DbParameter> Parameters {get;}

    Property Value

    A read-only list of System.Data.Common.DbParameter objects representing the parameters of the command.
    See Also