FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / SubreportField Class / ParameterValues Property

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