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

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

    Parameters

    BatchHeader
    Model
    callback
    asyncState
    See Also