ReportingService2005.GetItemType Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Function GetItemType ( _
    Item As String _
) As ItemTypeEnum
public ItemTypeEnum GetItemType (
    string Item
)
public:
ItemTypeEnum GetItemType (
    String^ Item
)
public ItemTypeEnum GetItemType (
    String Item
)
public function GetItemType (
    Item : String
) : ItemTypeEnum

Parameters

  • Item
    The full path name of the item.

Return Value

A ItemTypeEnum value.

Remarks

Use the GetItemType method to determine the type of an item in the report server database. The following table lists the various item types.

Item type

Description

Unknown

An item not associated with any known type.

Folder

A folder.

Report

A report.

Resource

A resource.

LinkedReport

A linked report.

DataSource

A data source.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace