MetadataProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the metadata properties of a report part.
public ref class MetadataProperties : Microsoft::ReportingServices::RdlObjectModel::RdlCollection<Microsoft::ReportingServices::RdlObjectModel::MetadataProperty ^>
public class MetadataProperties : Microsoft.ReportingServices.RdlObjectModel.RdlCollection<Microsoft.ReportingServices.RdlObjectModel.MetadataProperty>
type MetadataProperties = class
inherit RdlCollection<MetadataProperty>
Public Class MetadataProperties
Inherits RdlCollection(Of MetadataProperty)
- Inheritance
Constructors
MetadataProperties() |
Initializes a new instance of the MetadataProperties class. |
Properties
Item[String] |
Gets an item from the collection that has the specified name. |
Parent |
Gets or sets the parent object. (Inherited from RdlCollectionBase<T>) |
Methods
Add(String, String) |
Adds a metadata property. |
ClearItems() |
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. |
DeepClone() |
Returns a deep clone of this MetadataProperties 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>) |