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

In This Topic
    EndGetReportLink Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndGetReportLink( _
       ByVal result As IAsyncResult, _
       ByRef Link As String _
    ) As ServerInfoHeader
    public ServerInfoHeader EndGetReportLink( 
       IAsyncResult result,
       out string Link
    )

    Parameters

    result
    Link
    See Also