ICachedReport.CacheTimeOut Property
Gets or sets the cache timeout.
Namespace CrystalDecisions.ReportSource Assembly CrystalDecisions.ReportSource (CrystalDecisions.ReportSource.dll)
Syntax
'Declaration
Public Overrideable MustInherit Property CacheTimeOut As System.TimeSpan
public virtual abstract System.TimeSpan CacheTimeOut {get; set;}
Example
This example gets the timeout duration of cached report.
'Declaration
Private Function GetCacheTimeOut() As TimeSpan
GetCacheTimeOut = myICachedReport.CacheTimeOut
End Function
private TimeSpan GetCacheTimeOut()
{
return iCachedReport.CacheTimeOut;
}
Version Information
Crystal Reports Basic for Visual Studio 2008
Supported since: Crystal Reports for Visual Studio .NET 2002
See Also
Reference
ICachedReport Interface
ICachedReport Members
CrystalDecisions.ReportSource Namespace