Gets the date and time when the rendering began.

Namespace:  PerpetuumSoft.Reporting.Rendering
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public DateTime Now { get; }
Visual Basic (Declaration)
Public ReadOnly Property Now As DateTime
Visual C++
public:
property DateTime Now {
	DateTime get ();
}

See Also