MetadataProperties 类

定义

表示报表部件的元数据属性。

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)
继承

构造函数

MetadataProperties()

初始化 MetadataProperties 类的新实例。

属性

Item[String]

获取集合中具有指定名称的项。

Parent

获取或设置父对象。

(继承自 RdlCollectionBase<T>)

方法

Add(String, String)

添加元数据属性。

ClearItems()

删除集合中的所有项。

(继承自 RdlCollection<T>)
Contains(String)

指示指定属性是否为当前元数据属性集的成员。

DeepClone()

返回此 MetadataProperties 实例的深层副本。

InsertItem(Int32, T)

在集合中插入项。

(继承自 RdlCollection<T>)
OnCollectionChanged(EventArgs)

引发 CollectionChanged 事件。

(继承自 RdlCollection<T>)
RemoveItem(Int32)

从集合中删除某一项。

(继承自 RdlCollection<T>)
SetItem(Int32, T)

替换集合中的项。

(继承自 RdlCollection<T>)

事件

CollectionChanged

在集合已更改时发生。

(继承自 RdlCollection<T>)

显式接口实现

IList.Add(Object)

将对象添加到集合的末尾。

(继承自 RdlCollectionBase<T>)
IList.Item[Int32]

获取或设置指定索引处的元素。

(继承自 RdlCollectionBase<T>)

适用于