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

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

    Parameters

    BatchHeader
    Model
    ModelItemID
    Reports
    See Also