MetadataValues Class

Definition

Represents the valid values of a MetadataProperty.

public ref class MetadataValues : Microsoft::ReportingServices::RdlObjectModel::RdlCollection<Microsoft::ReportingServices::RdlObjectModel::MetadataValue ^>
public class MetadataValues : Microsoft.ReportingServices.RdlObjectModel.RdlCollection<Microsoft.ReportingServices.RdlObjectModel.MetadataValue>
type MetadataValues = class
    inherit RdlCollection<MetadataValue>
Public Class MetadataValues
Inherits RdlCollection(Of MetadataValue)
Inheritance

Constructors

MetadataValues()

Initializes a new instance of the MetadataValues class.

Properties

Item[String]

Gets an item from the collection that has the specified value.

Parent

Gets or sets the parent object.

(Inherited from RdlCollectionBase<T>)

Methods

Add(String)

Adds a value to the current MetadataValues instance.

ClearItems()

Removes all the items in the collection.

(Inherited from RdlCollection<T>)
Contains(String)

Indicates whether a specified value is a member of the current set of metadata values.

DeepClone()

Returns a deep clone of this MetadataValues instance.

InsertItem(Int32, T)

Inserts an item in the collection.

(Inherited from RdlCollection<T>)
OnCollectionChanged(EventArgs)

Raises the CollectionChanged event.

(Inherited from RdlCollection<T>)
RemoveItem(Int32)

Removes an item from the collection.

(Inherited from RdlCollection<T>)
SetItem(Int32, T)

Replaces an item in the collection.

(Inherited from RdlCollection<T>)

Events

CollectionChanged

Occurs when the collection has been changed.

(Inherited from RdlCollection<T>)

Explicit Interface Implementations

IList.Add(Object)

Adds an object to the end of the collection.

(Inherited from RdlCollectionBase<T>)
IList.Item[Int32]

Gets or sets the element at the specified index.

(Inherited from RdlCollectionBase<T>)

Applies to