FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / CreateBatchResponse Class / CreateBatchResponse Constructor / CreateBatchResponse Constructor(ServerInfoHeader,String)

In This Topic
    CreateBatchResponse Constructor(ServerInfoHeader,String)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ServerInfoHeader As ServerInfoHeader, _
       ByVal BatchID As String _
    )
    public CreateBatchResponse( 
       ServerInfoHeader ServerInfoHeader,
       string BatchID
    )

    Parameters

    ServerInfoHeader
    BatchID
    See Also