Share via


MetadataProperties Class

Represents the metadata properties of a report part.

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.Collection<MetadataProperty>
    Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<MetadataProperty>
      Microsoft.ReportingServices.RdlObjectModel.RdlCollection<MetadataProperty>
        Microsoft.ReportingServices.RdlObjectModel.MetadataProperties

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class MetadataProperties _
    Inherits RdlCollection(Of MetadataProperty)
'Usage
Dim instance As MetadataProperties
public class MetadataProperties : RdlCollection<MetadataProperty>
public ref class MetadataProperties : public RdlCollection<MetadataProperty^>
type MetadataProperties =  
    class 
        inherit RdlCollection<MetadataProperty>
    end
public class MetadataProperties extends RdlCollection<MetadataProperty>

The MetadataProperties type exposes the following members.

Constructors

  Name Description
Public method MetadataProperties Initializes a new instance of the MetadataProperties class.

Top

Properties

  Name Description
Public property Count (Inherited from Collection<MetadataProperty>.)
Public property Item[Int32] (Inherited from Collection<MetadataProperty>.)
Public property Item[String] Gets an item from the collection that has the specified name.
Protected property Items (Inherited from Collection<MetadataProperty>.)
Public property Parent Gets or sets the parent object. (Inherited from RdlCollectionBase<T>.)

Top

Methods

  Name Description
Public method Add(T) (Inherited from Collection<MetadataProperty>.)
Public method Add(String, String) Adds a metadata property.
Public method Clear (Inherited from Collection<MetadataProperty>.)
Protected method ClearItems Infrastructure. Removes all the items in the collection. (Inherited from RdlCollection<T>.)
Public method Contains(String) Indicates whether a specified property is a member of the current set of metadata properties.
Public method Contains(T) (Inherited from Collection<MetadataProperty>.)
Public method CopyTo (Inherited from Collection<MetadataProperty>.)
Public method DeepClone Returns a deep clone of this MetadataProperties instance.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<MetadataProperty>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<MetadataProperty>.)
Public method Insert (Inherited from Collection<MetadataProperty>.)
Protected method InsertItem Infrastructure. Inserts an item in the collection. (Inherited from RdlCollection<T>.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnCollectionChanged Infrastructure. Raises the CollectionChanged event. (Inherited from RdlCollection<T>.)
Public method Remove (Inherited from Collection<MetadataProperty>.)
Public method RemoveAt (Inherited from Collection<MetadataProperty>.)
Protected method RemoveItem Infrastructure. Removes an item from the collection. (Inherited from RdlCollection<T>.)
Protected method SetItem Infrastructure. Replaces an item in the collection. (Inherited from RdlCollection<T>.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event CollectionChanged Infrastructure. Occurs when the collection has been changed. (Inherited from RdlCollection<T>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add Infrastructure. Adds an object to the end of the collection. (Inherited from RdlCollectionBase<T>.)
Explicit interface implemetationPrivate property IList.Item Infrastructure. Gets or sets the element at the specified index. (Inherited from RdlCollectionBase<T>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<MetadataProperty>.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace