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

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

    Parameters

    BatchHeader
    Resource
    Parent
    Overwrite
    Contents
    MimeType
    Properties
    callback
    asyncState
    See Also