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

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

    Parameters

    Model
    ModelItemID
    callback
    asyncState
    See Also