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

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

    Parameters

    result
    Reports
    See Also