FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / SetReportLinkAsync Method / SetReportLinkAsync(BatchHeader,String,String,Object) Method

In This Topic
    SetReportLinkAsync(BatchHeader,String,String,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetReportLinkAsync( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Report As String, _
       ByVal Link As String, _
       ByVal userState As Object _
    ) 
    public void SetReportLinkAsync( 
       BatchHeader BatchHeader,
       string Report,
       string Link,
       object userState
    )

    Parameters

    BatchHeader
    Report
    Link
    userState
    See Also