Freigeben über


CatalogItem-Klasse

Represents an item in the report server database.

Vererbungshierarchie

System.Object
  ReportService2005.CatalogItem

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
Public Class CatalogItem
'Usage
Dim instance As CatalogItem
public class CatalogItem
public ref class CatalogItem
type CatalogItem =  class end
public class CatalogItem

Der CatalogItem-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode CatalogItem Initializes a new instance of the CatalogItem class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

ReportService2005-Namespace