FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / GetItemType Method

In This Topic
    GetItemType Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetItemType( _
       ByVal Item As String, _
       ByRef Type As ItemTypeEnum _
    ) As ServerInfoHeader
    public ServerInfoHeader GetItemType( 
       string Item,
       out ItemTypeEnum Type
    )

    Parameters

    Item
    Type
    See Also