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

In This Topic
    CreateReportHistorySnapshot Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function CreateReportHistorySnapshot( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Report As String, _
       ByRef HistoryID As String, _
       ByRef Warnings() As Warning _
    ) As ServerInfoHeader
    public ServerInfoHeader CreateReportHistorySnapshot( 
       BatchHeader BatchHeader,
       string Report,
       out string HistoryID,
       out Warning[] Warnings
    )

    Parameters

    BatchHeader
    Report
    HistoryID
    Warnings
    See Also