Classe CatalogItem

Represents an item in the report server database.

Gerarchia di ereditarietà

System.Object
  ReportService2005.CatalogItem

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Class CatalogItem
'Utilizzo
Dim instance As CatalogItem
public class CatalogItem
public ref class CatalogItem
type CatalogItem =  class end
public class CatalogItem

Nel tipo CatalogItem sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico CatalogItem Initializes a new instance of the CatalogItem class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi ReportService2005