Gets manager for ReportSlot.

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

Syntax

C#
public ReportManager Manager { get; }
Visual Basic (Declaration)
Public ReadOnly Property Manager As ReportManager
Visual C++
public:
property ReportManager^ Manager {
	ReportManager^ get ();
}

See Also