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

In This Topic
    ListReportHistory Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function ListReportHistory( _
       ByVal Report As String, _
       ByRef ReportHistory() As ReportHistorySnapshot _
    ) As ServerInfoHeader
    public ServerInfoHeader ListReportHistory( 
       string Report,
       out ReportHistorySnapshot[] ReportHistory
    )

    Parameters

    Report
    ReportHistory
    See Also