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

In This Topic
    SetReportHistoryLimit Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function SetReportHistoryLimit( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Report As String, _
       ByVal UseSystem As Boolean, _
       ByVal HistoryLimit As Integer _
    ) As ServerInfoHeader
    public ServerInfoHeader SetReportHistoryLimit( 
       BatchHeader BatchHeader,
       string Report,
       bool UseSystem,
       int HistoryLimit
    )

    Parameters

    BatchHeader
    Report
    UseSystem
    HistoryLimit
    See Also