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

In This Topic
    ListJobs Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function ListJobs( _
       ByRef Jobs() As Job _
    ) As ServerInfoHeader
    public ServerInfoHeader ListJobs( 
       out Job[] Jobs
    )

    Parameters

    Jobs
    See Also