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

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

    Parameters

    DataDrivenSubscriptionID
    callback
    asyncState
    See Also