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

In This Topic
    GetModelItemPolicies Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetModelItemPolicies( _
       ByVal Model As String, _
       ByVal ModelItemID As String, _
       ByRef Policies() As Policy, _
       ByRef InheritParent As Boolean _
    ) As ServerInfoHeader
    public ServerInfoHeader GetModelItemPolicies( 
       string Model,
       string ModelItemID,
       out Policy[] Policies,
       out bool InheritParent
    )

    Parameters

    Model
    ModelItemID
    Policies
    InheritParent
    See Also