This topic has not yet been rated - Rate this topic

MetadataProperties Class

Represents the metadata properties of a report part.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
public ref class MetadataProperties : public RdlCollection<MetadataProperty^>

The MetadataProperties type exposes the following members.

  NameDescription
Public methodMetadataPropertiesInitializes a new instance of the MetadataProperties class.
Top
  NameDescription
Public propertyCount (Inherited from Collection<MetadataProperty>.)
Public propertyItem[Int32] (Inherited from Collection<MetadataProperty>.)
Public propertyItem[String]Gets an item from the collection that has the specified name.
Protected propertyItems (Inherited from Collection<MetadataProperty>.)
Public propertyParentGets or sets the parent object. (Inherited from RdlCollectionBase<T>.)
Top
  NameDescription
Public methodAdd(T) (Inherited from Collection<MetadataProperty>.)
Public methodAdd(String, String)Adds a metadata property.
Public methodClear (Inherited from Collection<MetadataProperty>.)
Protected methodClearItemsInfrastructure. Removes all the items in the collection. (Inherited from RdlCollection<T>.)
Public methodContains(String)Indicates whether a specified property is a member of the current set of metadata properties.
Public methodContains(T) (Inherited from Collection<MetadataProperty>.)
Public methodCopyTo (Inherited from Collection<MetadataProperty>.)
Public methodDeepCloneReturns a deep clone of this MetadataProperties instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from Collection<MetadataProperty>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from Collection<MetadataProperty>.)
Public methodInsert (Inherited from Collection<MetadataProperty>.)
Protected methodInsertItemInfrastructure. Inserts an item in the collection. (Inherited from RdlCollection<T>.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnCollectionChangedInfrastructure. Raises the CollectionChanged event. (Inherited from RdlCollection<T>.)
Public methodRemove (Inherited from Collection<MetadataProperty>.)
Public methodRemoveAt (Inherited from Collection<MetadataProperty>.)
Protected methodRemoveItemInfrastructure. Removes an item from the collection. (Inherited from RdlCollection<T>.)
Protected methodSetItemInfrastructure. Replaces an item in the collection. (Inherited from RdlCollection<T>.)
Public methodToString (Inherited from Object.)
Top
  NameDescription
Public eventCollectionChangedInfrastructure. Occurs when the collection has been changed. (Inherited from RdlCollection<T>.)
Top
  NameDescription
Explicit interface implemetationPrivate methodIList::AddInfrastructure. Adds an object to the end of the collection. (Inherited from RdlCollectionBase<T>.)
Explicit interface implemetationPrivate propertyIList::ItemInfrastructure. Gets or sets the element at the specified index. (Inherited from RdlCollectionBase<T>.)
Explicit interface implemetationPrivate methodIList::Contains (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate methodICollection::CopyTo (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate methodIEnumerable::GetEnumerator (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate methodIList::IndexOf (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate methodIList::Insert (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate propertyIList::IsFixedSize (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate propertyICollection<T>::IsReadOnly (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate propertyIList::IsReadOnly (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate propertyICollection::IsSynchronized (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate methodIList::Remove (Inherited from Collection<MetadataProperty>.)
Explicit interface implemetationPrivate propertyICollection::SyncRoot (Inherited from Collection<MetadataProperty>.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.