Share via


ReportingService2005.GetItemType Method

Retrieves the type of an item in the report server database, if the item exists.

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

Syntax

'Declaration
Public Function GetItemType ( _
    Item As String _
) As ItemTypeEnum
'Usage
Dim instance As ReportingService2005 
Dim Item As String 
Dim returnValue As ItemTypeEnum 

returnValue = instance.GetItemType(Item)
public ItemTypeEnum GetItemType(
    string Item
)
public:
ItemTypeEnum GetItemType(
    String^ Item
)
member GetItemType : 
        Item:string -> ItemTypeEnum
public function GetItemType(
    Item : String
) : ItemTypeEnum

Parameters

Return Value

Type: ReportService2005.ItemTypeEnum
An ItemTypeEnum value.

Remarks

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

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

Depends on the item type:

Use the GetItemType method to determine the type of an item in the report server database.

See Also

Reference

ReportingService2005 Class

ReportService2005 Namespace