Gets the current Page in the Template.

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

Syntax

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

See Also