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

In This Topic
    EndCreateReportHistorySnapshot Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndCreateReportHistorySnapshot( _
       ByVal result As IAsyncResult, _
       ByRef HistoryID As String, _
       ByRef Warnings() As Warning _
    ) As ServerInfoHeader
    public ServerInfoHeader EndCreateReportHistorySnapshot( 
       IAsyncResult result,
       out string HistoryID,
       out Warning[] Warnings
    )

    Parameters

    result
    HistoryID
    Warnings
    See Also