Gets and sets the Template for the ReportGenerator.

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

Syntax

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

See Also