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

In This Topic
    ListScheduledReports Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function ListScheduledReports( _
       ByVal ScheduleID As String, _
       ByRef Reports() As CatalogItem _
    ) As ServerInfoHeader
    public ServerInfoHeader ListScheduledReports( 
       string ScheduleID,
       out CatalogItem[] Reports
    )

    Parameters

    ScheduleID
    Reports
    See Also