FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ReportSession Class / Parameters Property

In This Topic
    Parameters Property (ReportSession)
    In This Topic
    Gets the list of parameters of the currently loaded report.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parameters As IList(Of ReportParameter)
    public IList<ReportParameter> Parameters {get;}
    See Also