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 | |
---|---|---|
![]() |
MetadataProperties | Initializes a new instance of the MetadataProperties class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | (Inherited from Collection<MetadataProperty>.) |
![]() |
Item[Int32] | (Inherited from Collection<MetadataProperty>.) |
![]() |
Item[String] | Gets an item from the collection that has the specified name. |
![]() |
Items | (Inherited from Collection<MetadataProperty>.) |
![]() |
Parent | Gets or sets the parent object. (Inherited from RdlCollectionBase<T>.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add(T) | (Inherited from Collection<MetadataProperty>.) |
![]() |
Add(String, String) | Adds a metadata property. |
![]() |
Clear | (Inherited from Collection<MetadataProperty>.) |
![]() |
ClearItems | Infrastructure. Removes all the items in the collection. (Inherited from RdlCollection<T>.) |
![]() |
Contains(String) | Indicates whether a specified property is a member of the current set of metadata properties. |
![]() |
Contains(T) | (Inherited from Collection<MetadataProperty>.) |
![]() |
CopyTo | (Inherited from Collection<MetadataProperty>.) |
![]() |
DeepClone | Returns a deep clone of this MetadataProperties instance. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | (Inherited from Collection<MetadataProperty>.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | (Inherited from Collection<MetadataProperty>.) |
![]() |
Insert | (Inherited from Collection<MetadataProperty>.) |
![]() |
InsertItem | Infrastructure. Inserts an item in the collection. (Inherited from RdlCollection<T>.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnCollectionChanged | Infrastructure. Raises the CollectionChanged event. (Inherited from RdlCollection<T>.) |
![]() |
Remove | (Inherited from Collection<MetadataProperty>.) |
![]() |
RemoveAt | (Inherited from Collection<MetadataProperty>.) |
![]() |
RemoveItem | Infrastructure. Removes an item from the collection. (Inherited from RdlCollection<T>.) |
![]() |
SetItem | Infrastructure. Replaces an item in the collection. (Inherited from RdlCollection<T>.) |
![]() |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
CollectionChanged | Infrastructure. Occurs when the collection has been changed. (Inherited from RdlCollection<T>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList.Add | Infrastructure. Adds an object to the end of the collection. (Inherited from RdlCollectionBase<T>.) |
![]() ![]() |
IList.Item | Infrastructure. Gets or sets the element at the specified index. (Inherited from RdlCollectionBase<T>.) |
![]() ![]() |
IList.Contains | (Inherited from Collection<MetadataProperty>.) |
![]() ![]() |
ICollection.CopyTo | (Inherited from Collection<MetadataProperty>.) |
![]() ![]() |
IEnumerable.GetEnumerator | (Inherited from Collection<MetadataProperty>.) |
![]() ![]() |
IList.IndexOf | (Inherited from Collection<MetadataProperty>.) |
![]() ![]() |
IList.Insert | (Inherited from Collection<MetadataProperty>.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from Collection<MetadataProperty>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Inherited from Collection<MetadataProperty>.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from Collection<MetadataProperty>.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from Collection<MetadataProperty>.) |
![]() ![]() |
IList.Remove | (Inherited from Collection<MetadataProperty>.) |
![]() ![]() |
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.