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

In This Topic
    BeginSetResourceContents Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginSetResourceContents( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Resource As String, _
       ByVal Contents() As Byte, _
       ByVal MimeType As String, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginSetResourceContents( 
       BatchHeader BatchHeader,
       string Resource,
       byte[] Contents,
       string MimeType,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    BatchHeader
    Resource
    Contents
    MimeType
    callback
    asyncState
    See Also