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

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

    Parameters

    BatchHeader
    Report
    Link
    callback
    asyncState
    See Also