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

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

    Parameters

    Model
    ModelItemID
    callback
    asyncState
    See Also