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

In This Topic
    BeginGetProperties Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginGetProperties( _
       ByVal ItemNamespaceHeader As ItemNamespaceHeader, _
       ByVal Item As String, _
       ByVal Properties() As Property, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginGetProperties( 
       ItemNamespaceHeader ItemNamespaceHeader,
       string Item,
       Property[] Properties,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    ItemNamespaceHeader
    Item
    Properties
    callback
    asyncState
    See Also