FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ServerConnection Class / GetItemType Method
The full path name of the item.
System.Threading.CancellationToken that can be used to cancel a request.

In This Topic
    GetItemType Method (ServerConnection)
    In This Topic
    Retrieves the type of an item in the report server database, if the item exists.
    Syntax
    'Declaration
     
    Public Function GetItemType( _
       ByVal path As String, _
       ByVal cancellationToken As CancellationToken _
    ) As ItemTypeEnum
    public ItemTypeEnum GetItemType( 
       string path,
       CancellationToken cancellationToken
    )

    Parameters

    path
    The full path name of the item.
    cancellationToken
    System.Threading.CancellationToken that can be used to cancel a request.

    Return Value

    A type of the item.
    See Also