[]
        
(Showing Draft Content)

C1.WPF.FlexReport.ReportParameterValues

ReportParameterValues Class

Collection of the ReportParameterValue objects.

Inheritance
OwnedCollectionBase<ReportParameterValue>
OwnedCollection<ReportParameterValue>
NamedCollection<ReportParameterValue>
ReportParameterValues
Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public class ReportParameterValues : ReportNamedCollection<ReportParameterValue>, IList<ReportParameterValue>, ICollection<ReportParameterValue>, IList, ICollection, IReadOnlyList<ReportParameterValue>, IReadOnlyCollection<ReportParameterValue>, IEnumerable<ReportParameterValue>, IEnumerable

Constructors

Name Description
ReportParameterValues()

Properties

Name Description
Owner

Gets the C1.WPF.FlexReport.IReportParameterValuesOwner object owning this collection.

Report

Gets the C1FlexReport containing this collection.