FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / ListScheduledReportsAsync Method / ListScheduledReportsAsync(String,Object) Method

In This Topic
    ListScheduledReportsAsync(String,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub ListScheduledReportsAsync( _
       ByVal ScheduleID As String, _
       ByVal userState As Object _
    ) 
    public void ListScheduledReportsAsync( 
       string ScheduleID,
       object userState
    )

    Parameters

    ScheduleID
    userState
    See Also