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

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

    Parameters

    BatchHeader
    Item
    Properties
    callback
    asyncState
    See Also