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

In This Topic
    BeginSetReportHistoryOptions Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginSetReportHistoryOptions( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Report As String, _
       ByVal EnableManualSnapshotCreation As Boolean, _
       ByVal KeepExecutionSnapshots As Boolean, _
       ByVal Item As ScheduleDefinitionOrReference, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult

    Parameters

    BatchHeader
    Report
    EnableManualSnapshotCreation
    KeepExecutionSnapshots
    Item
    callback
    asyncState
    See Also