ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / IParameterizedReport Interface / Parameters Property

In This Topic
    Parameters Property (IParameterizedReport)
    In This Topic
    Collection of report parameters
    Syntax
    'Declaration
     
    ReadOnly Property Parameters As IList(Of IReportParameter)
    IList<IReportParameter> Parameters {get;}
    See Also