[]
        
(Showing Draft Content)

C1.Report.ReportLabeledValues

ReportLabeledValues Class

Represents a collection of ReportLabeledValue object.

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

Properties

Name Description
Owner

Gets the AllowedValuesDefinition object owning this collection.

Report

Gets the FlexReport object owning this collection.