Skip to main content
A newer version of this page is available. .

FavoritePropertyExtension Members

Provides the functionality required to implement a custom storage for favorite properties.

Properties

Name Description
ComponentTypes Provides access to all components that contain favorite properties.

Methods

Name Description
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.
FindComponentType(Type) Searches the specified type among the default types that support favorite properties.
GetFavoriteProperties(Object) Returns favorite properties for the specified component.
GetFavoriteProperties(Type) static Returns predefined favorite properties for the specified type.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RegisterExtensionGlobal(FavoritePropertyExtension) static Registers the specified extension to store favorite properties for all End-User Report Designers within the current application.
SaveProperties(DescriptionSet) Saves the specified favorite list to the storage.
ToString() Returns a string that represents the current object. Inherited from Object.
TryLoadProperties(out DescriptionSet) Loads favorite properties from the storage.
See Also