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

In This Topic
    EndListReportHistory Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndListReportHistory( _
       ByVal result As IAsyncResult, _
       ByRef ReportHistory() As ReportHistorySnapshot _
    ) As ServerInfoHeader
    public ServerInfoHeader EndListReportHistory( 
       IAsyncResult result,
       out ReportHistorySnapshot[] ReportHistory
    )

    Parameters

    result
    ReportHistory
    See Also