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

Syntax

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

See Also