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

In This Topic
    EndGetReportHistoryLimit Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndGetReportHistoryLimit( _
       ByVal result As IAsyncResult, _
       ByRef HistoryLimit As Integer, _
       ByRef IsSystem As Boolean, _
       ByRef SystemLimit As Integer _
    ) As ServerInfoHeader
    public ServerInfoHeader EndGetReportHistoryLimit( 
       IAsyncResult result,
       out int HistoryLimit,
       out bool IsSystem,
       out int SystemLimit
    )

    Parameters

    result
    HistoryLimit
    IsSystem
    SystemLimit
    See Also