Dela via


CatalogItem Members

Include Protected Members
Include Inherited Members

Represents an item in the report server database.

The CatalogItem type exposes the following members.

Constructors

  Name Description
Public method CatalogItem() Initializes a new instance of the CatalogItem class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property CreatedBy Gets the name of the user that originally added the item to the report server database. Read-only.
Public property CreationDate Gets the date and time that the item was added to the report server database. Read-only.
Public property CreationDateSpecified Gets or sets a value that indicates whether the CreationDate property is specified.
Public property Description Gets or sets the description of an item.
Public property ExecutionDate Gets the date and time at which a report execution snapshot was last created for a report. Read-only.
Public property ExecutionDateSpecified Gets or sets a value that indicates whether the ExecutionDate property is specified.
Public property Hidden Indicates whether an item is hidden on the user interface.
Public property HiddenSpecified Gets or sets a value that indicates whether the Hidden property is specified.
Public property ID Gets the ID of an item in the report server database. Read-only.
Public property MimeType The Multipurpose Internet Mail Extensions (MIME) type of a resource in the report server database. Read-only.
Public property ModifiedBy Gets the name of the user that last modified the item. Read-only.
Public property ModifiedDate Gets the date and time the user last modified the item. Read-only.
Public property ModifiedDateSpecified Gets or sets a value that indicates whether the ModifiedDate property is specified.
Public property Name Gets or sets the name of an item in the report server database.
Public property Path Gets the full path name of an item in the report server database. Read-only.
Public property Size Gets the size, in bytes, of an item in the report server database. Read-only.
Public property SizeSpecified Gets or sets a value that indicates whether the Size property is specified.
Public property Type Gets the type of an item in the report server database. Read-only.
Public property VirtualPath Gets the virtual path of the item in the report server. Read-only.

Top