[]
        
(Showing Draft Content)

C1.WPF.Report.ReportParameterValues

ReportParameterValues Class

Collection of the ReportParameterValue objects.

Inheritance
OwnedCollectionBase<ReportParameterValue>
OwnedCollection<ReportParameterValue>
NamedCollection<ReportParameterValue>
ReportParameterValues
Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.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.Report.IReportParameterValuesOwner object owning this collection.

Report

Gets the FlexReport containing this collection.