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

In This Topic
    ListDependentItems Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function ListDependentItems( _
       ByVal Item As String, _
       ByRef CatalogItems() As CatalogItem _
    ) As ServerInfoHeader
    public ServerInfoHeader ListDependentItems( 
       string Item,
       out CatalogItem[] CatalogItems
    )

    Parameters

    Item
    CatalogItems
    See Also