FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / ReportLinkTargetBookmark Class / ParameterValues Property

In This Topic
    ParameterValues Property (ReportLinkTargetBookmark)
    In This Topic
    Gets the ReportParameterValues collection containing the list of named values that will be assigned to the parameters of the report.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParameterValues As ReportParameterValues
    public ReportParameterValues ParameterValues {get;}
    See Also