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

In This Topic
    BeginSetItemDataSources Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginSetItemDataSources( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Item As String, _
       ByVal DataSources() As DataSource, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginSetItemDataSources( 
       BatchHeader BatchHeader,
       string Item,
       DataSource[] DataSources,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    BatchHeader
    Item
    DataSources
    callback
    asyncState
    See Also