ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CustomData Class / DataSetParameters Property

In This Topic
    DataSetParameters Property (CustomData)
    In This Topic
    Gets a collection of parameters associated with the custom report item's data.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataSetParameters As IList(Of Parameter)
    public IList<Parameter> DataSetParameters {get;}

    Property Value

    A collection of the Parameter objects containing the parameters.
    See Also