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

In This Topic
    BeginSetModelItemPolicies Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginSetModelItemPolicies( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Model As String, _
       ByVal ModelItemID As String, _
       ByVal Policies() As Policy, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginSetModelItemPolicies( 
       BatchHeader BatchHeader,
       string Model,
       string ModelItemID,
       Policy[] Policies,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    BatchHeader
    Model
    ModelItemID
    Policies
    callback
    asyncState
    See Also