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] | ||
Items | (Inherited from Collection<MetadataProperty>.) | |
Parent | The parent object. (Inherited from RdlCollectionBase<T>.) |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from RdlCollectionBase<T>.) | |
IList.Item | (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.