Partager via


Membres CatalogItem

Represents an item in the report server database.

Le type CatalogItem expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique CatalogItem Initializes a new instance of the CatalogItem class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

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

Haut de la page