EditorTemplates Methods
Provides default templates for report parameter editors.| Name | Description |
|---|---|
| Add(Object, Object) | Adds a resource by key to this ResourceDictionary. Inherited from ResourceDictionary. |
| BeginInit() | Begins the initialization phase for this ResourceDictionary. Inherited from ResourceDictionary. |
| Clear() | Clears all keys (and values) in the base ResourceDictionary. This does not clear any merged dictionary items. Inherited from ResourceDictionary. |
| Contains(Object) | Determines whether the ResourceDictionary contains an element with the specified key. Inherited from ResourceDictionary. |
| CopyTo(DictionaryEntry[], Int32) | Copies the ResourceDictionary elements to a one-dimensional DictionaryEntry at the specified index. Inherited from ResourceDictionary. |
| EndInit() | Ends the initialization phase, and invalidates the previous tree such that all changes made to keys during the initialization phase can be accounted for. Inherited from ResourceDictionary. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| FindName(String) | Not supported by this Dictionary implementation. Inherited from ResourceDictionary. |
| GetEnumerator() | Returns an IDictionaryEnumerator that can be used to iterate through the ResourceDictionary. Inherited from ResourceDictionary. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| InitializeComponent() | Loads the compiled page of a component. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| OnGettingValue(Object, Object, Boolean) protected | Occurs when the ResourceDictionary receives a request for a resource. Inherited from ResourceDictionary. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RegisterName(String, Object) | Not supported by this Dictionary implementation. Inherited from ResourceDictionary. |
| Remove(Object) | Removes the entry with the specified key from the base dictionary. Inherited from ResourceDictionary. |
| ICollection.CopyTo(Array, Int32) | For a description of this member, see CopyTo(Array, Int32). Inherited from ResourceDictionary. |
| IEnumerable.GetEnumerator() | For a description of this member, see GetEnumerator(). Inherited from ResourceDictionary. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| UnregisterName(String) | Not supported by this Dictionary implementation. Inherited from ResourceDictionary. |
See Also