[]
        
(Showing Draft Content)

C1.Report.ReportParameterValues

ReportParameterValues Class

Collection of the ReportParameterValue objects.

Inheritance
OwnedCollectionBase<ReportParameterValue>
OwnedCollection<ReportParameterValue>
NamedCollection<ReportParameterValue>
ReportParameterValues
Namespace: C1.Report
Assembly: C1.Report.4.6.2.dll
Syntax
public class ReportParameterValues : ReportNamedCollection<ReportParameterValue>, IList<ReportParameterValue>, ICollection<ReportParameterValue>, IList, ICollection, IReadOnlyList<ReportParameterValue>, IReadOnlyCollection<ReportParameterValue>, IEnumerable<ReportParameterValue>, IEnumerable
Public Class ReportParameterValues
    Inherits ReportNamedCollection(Of ReportParameterValue)
    Implements IList(Of ReportParameterValue), ICollection(Of ReportParameterValue), IList, ICollection, IReadOnlyList(Of ReportParameterValue), IReadOnlyCollection(Of ReportParameterValue), IEnumerable(Of ReportParameterValue), IEnumerable

Constructors

Name Description
ReportParameterValues()

Properties

Name Description
Owner

Gets the C1.Report.IReportParameterValuesOwner object owning this collection.

Report

Gets the FlexReport containing this collection.