Intersoft WebGrid Documentation
DeleteOutputFileTime Field
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > DynARInfo Class : DeleteOutputFileTime Field






Specifies how many minutes the temporary report file is cached (before deleted).

Syntax

Visual Basic (Declaration) 
Public DeleteOutputFileTime As Integer
Visual Basic (Usage)Copy Code
Dim instance As DynARInfo
Dim value As Integer
 
value = instance.DeleteOutputFileTime
 
instance.DeleteOutputFileTime = value
C# 
public int DeleteOutputFileTime
Delphi 
public field DeleteOutputFileTime: Integer; 
JScript 
public var DeleteOutputFileTime : int;
Managed Extensions for C++ 
public: int DeleteOutputFileTime
C++/CLI 
public:
int DeleteOutputFileTime

Remarks

The DeleteOutputFileTime is based on Minute TimeSpan and has default value of 15. This setting can be changed in DeleteOutputFileTime property in the ReportInfo object provided.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.