CatalogItem Members
SQL Server 2005
Represents an item in the report server database.
The following tables list the members exposed by the CatalogItem type.
| Name | Description | |
|---|---|---|
| CreatedBy | Gets the name of the user who 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 | |
| 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 | |
| Hidden | Indicates whether an item is hidden on the user interface. |
| HiddenSpecified | |
| 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 who last modified the item. Read-only. |
| ModifiedDate | Gets the date and time the user last modified the item. Read-only. |
| ModifiedDateSpecified | |
| 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 | |
| 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. |
(see also
Protected
Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. (inherited from Object ) |
| GetHashCode | (inherited from Object ) |
| GetType | (inherited from Object ) |
| ReferenceEquals | (inherited from Object ) |
| ToString | (inherited from Object ) |
