FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / C1FlexReport Class / Parameters Property

In This Topic
    Parameters Property (C1FlexReport)
    In This Topic
    Gets a collection of parameters used to generate report.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Parameters As ReportParameterCollection
    public new ReportParameterCollection Parameters {get;}
    See Also