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

In This Topic
    EndGetReportHistoryOptions Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndGetReportHistoryOptions( _
       ByVal result As IAsyncResult, _
       ByRef EnableManualSnapshotCreation As Boolean, _
       ByRef KeepExecutionSnapshots As Boolean, _
       ByRef Item As ScheduleDefinitionOrReference _
    ) As ServerInfoHeader
    public ServerInfoHeader EndGetReportHistoryOptions( 
       IAsyncResult result,
       out bool EnableManualSnapshotCreation,
       out bool KeepExecutionSnapshots,
       out ScheduleDefinitionOrReference Item
    )

    Parameters

    result
    EnableManualSnapshotCreation
    KeepExecutionSnapshots
    Item
    See Also