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

適用対象