Gets or sets the date and time that the execution expires.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DateTime ExpirationDateTime { get; set; }
Visual Basic (Declaration)
Public Property ExpirationDateTime As DateTime
Visual C++
public:
property DateTime ExpirationDateTime {
	DateTime get ();
	void set (DateTime value);
}

Remarks

This is the expiration date and time of the execution, not the snapshot.

See Also