Gets and sets the source for the report document.

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

Syntax

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

See Also