Skip to main content

GalleryItem Members

Provides information about an item within the Report Gallery.

Constructors

Name Description
GalleryItem() Initializes a new instance of the GalleryItem class with the default settings.

Properties

Name Description
Content Specifies the content of a Report Gallery item.
ContentHash Specifies the hash code (a number) of the current GalleryItem‘s content.
DisplayName Specifies the display name of a Report Gallery item.
ID Specifies the unique identifier of a Report Gallery item.
IsContainer Specifies whether or not a Report Gallery item is a container for other items.
IsRootContainer Specifies whether or not a Report Gallery item is a root container.
ItemKind Specifies a Report Gallery item’s category.
ItemType Specifies a Report Gallery item’s type.
SID Specifies the unique identifier of a corresponding root node.

Methods

Name Description
AnyKind(String[]) For internal use.
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.
GetHashCode() Gets the hash code (a number) of the current GalleryItem 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.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also