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

In This Topic
    DeleteReportHistorySnapshot Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function DeleteReportHistorySnapshot( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Report As String, _
       ByVal HistoryID As String _
    ) As ServerInfoHeader
    public ServerInfoHeader DeleteReportHistorySnapshot( 
       BatchHeader BatchHeader,
       string Report,
       string HistoryID
    )

    Parameters

    BatchHeader
    Report
    HistoryID
    See Also