Поделиться через


Элементы CatalogItem

Represents an item in the report server database.

Тип CatalogItem предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод CatalogItem Initializes a new instance of the CatalogItem class.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство CreatedBy Gets the name of the user that originally added the item to the report server database. Read-only.
Открытое свойство CreationDate Gets the date and time that the item was added to the report server database. Read-only.
Открытое свойство CreationDateSpecified Gets or sets a value that indicates whether the CreationDate property is specified.
Открытое свойство Description Gets or sets the description of an item.
Открытое свойство ExecutionDate Gets the date and time at which a report execution snapshot was last created for a report. Read-only.
Открытое свойство ExecutionDateSpecified Gets or sets a value that indicates whether the ExecutionDate property is specified.
Открытое свойство Hidden Indicates whether an item is hidden on the user interface.
Открытое свойство HiddenSpecified Gets or sets a value that indicates whether the Hidden property is specified.
Открытое свойство ID Gets the ID of an item in the report server database. Read-only.
Открытое свойство MimeType The Multipurpose Internet Mail Extensions (MIME) type of a resource in the report server database. Read-only.
Открытое свойство ModifiedBy Gets the name of the user that last modified the item. Read-only.
Открытое свойство ModifiedDate Gets the date and time the user last modified the item. Read-only.
Открытое свойство ModifiedDateSpecified Gets or sets a value that indicates whether the ModifiedDate property is specified.
Открытое свойство Name Gets or sets the name of an item in the report server database.
Открытое свойство Path Gets the full path name of an item in the report server database. Read-only.
Открытое свойство Size Gets the size, in bytes, of an item in the report server database. Read-only.
Открытое свойство SizeSpecified Gets or sets a value that indicates whether the Size property is specified.
Открытое свойство Type Gets the type of an item in the report server database. Read-only.
Открытое свойство VirtualPath Gets the virtual path of the item in the report server. Read-only.

В начало