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

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

    Parameters

    result
    BatchID
    See Also