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

In This Topic
    BeginListSubscriptions Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginListSubscriptions( _
       ByVal Report As String, _
       ByVal Owner As String, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginListSubscriptions( 
       string Report,
       string Owner,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    Report
    Owner
    callback
    asyncState
    See Also