Gets or sets the ReportManager object which controls report generation.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Server
Assembly:  PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

See Also