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

In This Topic
    GetReportHistoryOptions Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetReportHistoryOptions( _
       ByVal Report As String, _
       ByRef EnableManualSnapshotCreation As Boolean, _
       ByRef KeepExecutionSnapshots As Boolean, _
       ByRef Item As ScheduleDefinitionOrReference _
    ) As ServerInfoHeader
    public ServerInfoHeader GetReportHistoryOptions( 
       string Report,
       out bool EnableManualSnapshotCreation,
       out bool KeepExecutionSnapshots,
       out ScheduleDefinitionOrReference Item
    )

    Parameters

    Report
    EnableManualSnapshotCreation
    KeepExecutionSnapshots
    Item
    See Also