Compartir a través de


Clase CatalogItem

Represents an item in the report server database.

Jerarquía de herencia

System.Object
  ReportService2005.CatalogItem

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Class CatalogItem
'Uso
Dim instance As CatalogItem
public class CatalogItem
public ref class CatalogItem
type CatalogItem =  class end
public class CatalogItem

El tipo CatalogItem expone los siguientes miembros.

Constructores

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

Arriba

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.

Arriba

Métodos

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

Arriba

Comentarios

User-defined properties are not represented in CatalogItem objects. To retrieve user-defined properties, use the Property class with the GetProperties method.

CatalogItem is returned as output by the FindItems, ListChildren, and ListScheduledReports methods.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres ReportService2005