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

In This Topic
    BeginSetCacheOptions Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginSetCacheOptions( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Report As String, _
       ByVal CacheReport As Boolean, _
       ByVal Item As ExpirationDefinition, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginSetCacheOptions( 
       BatchHeader BatchHeader,
       string Report,
       bool CacheReport,
       ExpirationDefinition Item,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    BatchHeader
    Report
    CacheReport
    Item
    callback
    asyncState
    See Also