Gets a set of documents templates.

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

Syntax

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

See Also