FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / BoundLabeledValues Class / Parameter Property

In This Topic
    Parameter Property (BoundLabeledValues)
    In This Topic
    Gets a ReportParameter object owning this BoundLabeledValues object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parameter As ReportParameter
    public ReportParameter Parameter {get;}
    See Also