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

In This Topic
    ListModelDrillthroughReports Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function ListModelDrillthroughReports( _
       ByVal Model As String, _
       ByVal ModelItemID As String, _
       ByRef Reports() As ModelDrillthroughReport _
    ) As ServerInfoHeader
    public ServerInfoHeader ListModelDrillthroughReports( 
       string Model,
       string ModelItemID,
       out ModelDrillthroughReport[] Reports
    )

    Parameters

    Model
    ModelItemID
    Reports
    See Also