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

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

    Parameters

    BatchHeader
    Report
    Parent
    Link
    Properties
    callback
    asyncState
    See Also