[]
Represents a collection of ReportLabeledValue object.
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
| Name | Description |
|---|---|
| Owner | Gets the AllowedValuesDefinition object owning this collection. |
| Report | Gets the FlexReport object owning this collection. |