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

In This Topic
    BeginSetReportHistoryLimit Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginSetReportHistoryLimit( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Report As String, _
       ByVal UseSystem As Boolean, _
       ByVal HistoryLimit As Integer, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginSetReportHistoryLimit( 
       BatchHeader BatchHeader,
       string Report,
       bool UseSystem,
       int HistoryLimit,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    BatchHeader
    Report
    UseSystem
    HistoryLimit
    callback
    asyncState
    See Also