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

In This Topic
    GetCacheOptions Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetCacheOptions( _
       ByVal Report As String, _
       ByRef CacheReport As Boolean, _
       ByRef Item As ExpirationDefinition _
    ) As ServerInfoHeader
    public ServerInfoHeader GetCacheOptions( 
       string Report,
       out bool CacheReport,
       out ExpirationDefinition Item
    )

    Parameters

    Report
    CacheReport
    Item
    See Also