Compartir a través de


CatalogItem Miembros

Represents an item in the report server database.

El tipo CatalogItem expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico CatalogItem Initializes a new instance of the CatalogItem class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

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

Principio