Share via


ReportingService2005.DeleteItem 메서드

Deletes a specified item from the report server database.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

‘선언
Public Sub DeleteItem ( _
    Item As String _
)
‘사용 방법
Dim instance As ReportingService2005 
Dim Item As String

instance.DeleteItem(Item)
public void DeleteItem(
    string Item
)
public:
void DeleteItem(
    String^ Item
)
member DeleteItem : 
        Item:string -> unit
public function DeleteItem(
    Item : String
)

매개 변수

  • Item
    유형: System.String
    The fully qualified URL of the item. The item to delete can be an EditSessionID.

주의

The table below shows header and permissions information on this operation.

SOAP Headers

(In) BatchHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

Depends on the item type.

If the item contains any child items, you must also have the respective Delete permission for each child item.

The length of the Item parameter cannot exceed 260 characters; otherwise, a SOAP exception is thrown with the error code rsItemLengthExceeded.

The Item parameter cannot be null or empty or contain the following reserved characters: : ? ; @ & = + $ , \ * > < | . ". You can use the forward slash character (/) to separate items in the full path name of the folder, but you cannot use it at the end of the folder name.

The DeleteItem method not only deletes the specified item from the report server database, it also deletes additional items, such as the subscriptions, schedules, and snapshots that are associated with the item.

If My Reports is enabled, a SOAP exception is thrown with the error code rsCannotDeleteReservedFolder if you attempt to delete the /My Reports or /Users Folders folder. You can check the properties of any item by using the GetProperties method. If the item has a Reserved property set to a value of true, the item cannot be deleted.

Deleting an item in the report server database modifies the ModifiedByand ModifiedDate properties of the parent item.

참고 항목

참조

ReportingService2005 클래스

ReportService2005 네임스페이스