FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / InheritModelItemParentSecurityAsync Method / InheritModelItemParentSecurityAsync(BatchHeader,String,String,Object) Method

In This Topic
    InheritModelItemParentSecurityAsync(BatchHeader,String,String,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub InheritModelItemParentSecurityAsync( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Model As String, _
       ByVal ModelItemID As String, _
       ByVal userState As Object _
    ) 
    public void InheritModelItemParentSecurityAsync( 
       BatchHeader BatchHeader,
       string Model,
       string ModelItemID,
       object userState
    )

    Parameters

    BatchHeader
    Model
    ModelItemID
    userState
    See Also